Lot of migration work (better normalization), and more visibility work
This commit is contained in:
parent
152bcf2b26
commit
243e28fa75
8 changed files with 239 additions and 20 deletions
|
@ -270,6 +270,15 @@ a:hover {
|
|||
float: left;
|
||||
border-radius:2px;
|
||||
}
|
||||
.bar-icon {
|
||||
background: $background-color;
|
||||
padding: 5px;
|
||||
color: $color-light;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.bar-item:hover {
|
||||
background: $primary-color;
|
||||
color: $background-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue