put button on bottom
This commit is contained in:
parent
af69f61eb6
commit
59925c0a86
|
@ -1,6 +1,3 @@
|
|||
<div class="shortcutsHeader">
|
||||
<span ng-click="$ctrl.showShortcuts()" translate>Shortcuts</span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="top-border">
|
||||
<span translate>Favorites</span>
|
||||
|
@ -68,6 +65,9 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="shortcuts">
|
||||
<span ng-click="$ctrl.showShortcuts()" translate>Shortcuts</span>
|
||||
</div>
|
||||
<!-- Create shortcuts dialog -->
|
||||
<vn-dialog class="edit"
|
||||
vn-id="shortcuts">
|
||||
|
|
|
@ -165,16 +165,14 @@ vn-home {
|
|||
border-radius: 5px 5px 5px;
|
||||
}
|
||||
|
||||
.shortcutsHeader {
|
||||
margin-top: -20px;
|
||||
background-color: #3d3d3d;
|
||||
.shortcuts {
|
||||
background-color: $color-main;
|
||||
max-width: 120px;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
padding: 15px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 30px;
|
||||
}
|
Loading…
Reference in New Issue