Created
February 9, 2018 05:46
-
-
Save Drnutsu/30e966dd207be688cf398b04180f0db0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
&.checkout-section-list { | |
& .title { | |
font-family: 'RobotoCondensed'; | |
border-bottom: 3px solid $colors_blackBorder !important; | |
&.active { | |
border-bottom: 3px solid black !important; | |
& > span { | |
background-color: black; | |
color: white; | |
} | |
} | |
& > span { | |
color: $colors_greyTopic; | |
height: 100%; | |
padding: 14px; | |
font-size: 1.2em; | |
font-stretch: condensed; | |
line-height: 0.83; | |
background-color: $colors_blackBorder; | |
letter-spacing: 0.4px; | |
} | |
& > a.ui.button.mini.right { | |
background-color: transparent; | |
border-color: transparent; | |
font-stretch: condensed; | |
line-height: 0px; | |
letter-spacing: 1px; | |
font-size: 16px; | |
color: $colors_orange-text; | |
padding-left: 1px; | |
padding-right: 1px; | |
} | |
& > i { | |
position: absolute; | |
left: 0px; | |
color: white; | |
} | |
& > i:not(.title-icon) { | |
display: none; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment