This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Variables | |
// -------------------------------------------------- | |
// Variables directly translating Bootstrap variables | |
// ------------------------- | |
$s2bs-border-radius-base: $border-radius !default; | |
$s2bs-border-radius-large: $border-radius-lg !default; | |
$s2bs-border-radius-small: $border-radius-sm !default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Variables | |
// -------------------------------------------------- | |
// Variables directly translating Bootstrap variables | |
// ------------------------- | |
$s2bs-border-radius-base: $border-radius !default; | |
$s2bs-border-radius-large: $border-radius-lg !default; | |
$s2bs-border-radius-small: $border-radius-sm !default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LAUNCH PAD PILOTS COMPETITION | |
Early - Jan. 15th - Jan 31st | |
Regular - Feb. 1st - Feb 29th | |
Late - March 1st - March 31st | |
Last - April 1st - April 7th | |
LAUNCH PAD MANUSCRIPT COMPETITION | |
Early - April 1st - April 15th | |
Regular - April 16th - May 7th | |
Late - May 8th - June 7th |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11c11 | |
< .visible-xlg { | |
--- | |
> .visible-xlg { | |
17,32d16 | |
< | |
< | |
< .quickview-wrapper .tab-content #quickview-notes > .inner{ | |
< width:570px; | |
< } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2c2 | |
< [13. Form Elements] | |
--- | |
> [15. Form Elements] | |
150a151,158 | |
> input[type="radio"]:focus{ | |
> & + label{ | |
> color:@color-master-dark; | |
> &:before{ | |
> background-color: @color-master-light; |