Refactoring scss & improving some UI elements
This commit is contained in:
parent
1dd938d20c
commit
51558bd57a
14 changed files with 101 additions and 216 deletions
|
@ -69,4 +69,20 @@
|
|||
border-color:#aaa;
|
||||
background-color:#ccc;
|
||||
}
|
||||
|
||||
&.very_small {
|
||||
font-size:11px;
|
||||
padding:2px 6px;
|
||||
margin:2px;
|
||||
}
|
||||
|
||||
&.grouped {
|
||||
margin-right:7px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
&.padded {
|
||||
margin-right:3px;
|
||||
padding:4px 10px 4px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
.no-borders { border:none; }
|
||||
.vlink { color: $link_color !important; }
|
||||
.borders { border: 1px solid #ccc; @include shade; }
|
||||
.hint { font-style: italic; color: #999; }
|
||||
|
||||
/** PILLS & TABS**/
|
||||
.nav-pills a:hover { background-color:#888; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue