mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
fix padding and change label colors
This commit is contained in:
parent
7b5ec4ae3f
commit
79f1a1c0ad
2 changed files with 3 additions and 2 deletions
|
@ -158,7 +158,8 @@ mark,.mark {
|
|||
}
|
||||
|
||||
.label-primary {
|
||||
background-color: $brand-primary;
|
||||
background-color: $color-concrete;
|
||||
color: $color-emperor;
|
||||
}
|
||||
|
||||
.circle {
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
<% end %>
|
||||
</li>
|
||||
<!-- arrow for opening/closing -->
|
||||
<li class="text-center">
|
||||
<li class="text-center" style="padding: 5px;">
|
||||
<span id="sideBarLeft"
|
||||
class="glyphicon glyphicon-chevron-left"
|
||||
aria-hidden="true"
|
||||
|
|
Loading…
Reference in a new issue