Skip to content

Instantly share code, notes, and snippets.

@AljanScholtens
Created July 10, 2014 10:10
Show Gist options
  • Save AljanScholtens/f003a611870c3995372f to your computer and use it in GitHub Desktop.
Save AljanScholtens/f003a611870c3995372f to your computer and use it in GitHub Desktop.
_buorg
// =========== 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