Skip to content

Instantly share code, notes, and snippets.

@drsm79
Created February 12, 2013 21:22
Show Gist options
  • Save drsm79/4773512 to your computer and use it in GitHub Desktop.
Save drsm79/4773512 to your computer and use it in GitHub Desktop.
/* dashboard-specific css goes here */
#index {
#summary {
span.cost {
display: block;
font-size: 200%;
font-weight: bold;
padding: @buffer 0 @buffer 0;
span.super {
vertical-align: super;
font-weight: normal;
font-size: 65%;
}
}
.total {
padding-top: 9px;
ul.unstyled {
border-top: 1px solid #ddd;
margin-top: 10px;
padding-top: @buffer*2;
li.alert {
margin-top: @buffer*2;
}
}
}
.nav {
margin-bottom: 0;
li {
position: relative;
&.active a {
background: white;
}
a {
background: #f1f1f1;
color: #333;
}
.operator {
color: #ccc;
font-size: 200%;
font-weight: bold;
padding-top: 38px;
position: absolute;
right: 20px;
bottom: 20px;
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment