Created
July 10, 2014 10:10
-
-
Save AljanScholtens/f003a611870c3995372f to your computer and use it in GitHub Desktop.
_buorg
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
// =========== Browser Update | |
// Taiga Shared Component for the Browser Update module: http://www.browser-update.org/ | |
div.buorg { | |
box-shadow: 0px 1px 4px rgba($black, 0.3); | |
font-family: $font-family-body; | |
color: $color-neutral-70; | |
font-size: 14px; | |
b { font-weight: bold; } | |
} | |
#buorgclose { | |
right: 10px; | |
top: 50%; | |
margin-top: -10px; | |
height: 20px; | |
line-height: 1; | |
width: 12px; | |
font-weight: bold; | |
font-size: 18px; | |
padding: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment