mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-26 10:03:37 +03:00
Feature #4363: Fix buttons styles
This commit is contained in:
parent
35e1d90957
commit
acd2eed3c3
@ -18,7 +18,7 @@
|
||||
<div id="" class="row left-body left-header media-object">
|
||||
<div class="logo-header small-12 medium-4 columns">
|
||||
<div class="media-object-section">
|
||||
<button id="menu-toggle" class="button secondary tiny hollow">
|
||||
<button id="menu-toggle" class="button secondary tiny">
|
||||
<i class="fa fa-bars"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -1,5 +1,6 @@
|
||||
#menu {
|
||||
margin-right: 1rem;
|
||||
box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
|
@ -73,7 +73,7 @@ $global-margin: 1rem;
|
||||
$global-padding: 1rem;
|
||||
$global-weight-normal: 300;
|
||||
$global-weight-bold: normal;
|
||||
$global-radius: 0;
|
||||
$global-radius: 0.2rem;
|
||||
$global-text-direction: ltr;
|
||||
$global-flexbox: false;
|
||||
$print-transparent-backgrounds: true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user