pbca26
8 years ago
14 changed files with 93 additions and 34 deletions
@ -1,3 +1,63 @@ |
|||
.dashboard { |
|||
.full-height { |
|||
height: 100%; |
|||
} |
|||
|
|||
.text-align-center { |
|||
text-align: center; |
|||
} |
|||
|
|||
.display-none { |
|||
display: none !important; |
|||
} |
|||
|
|||
.margin-top-30 { |
|||
margin-top: 30px; |
|||
} |
|||
|
|||
// jumblr.js |
|||
.jumblr-header { |
|||
font-size: 24px; |
|||
text-align: center; |
|||
} |
|||
|
|||
// loginModal.js |
|||
.color-white { |
|||
color: #fff; |
|||
} |
|||
|
|||
//navbar.js |
|||
.navbar-toolbar>li>a.padding-top-16 { |
|||
padding-top: 16px; |
|||
} |
|||
|
|||
//notifications.js |
|||
.modal-body-container { |
|||
height: 590px; |
|||
} |
|||
|
|||
.panel-body-container { |
|||
height: 500px; |
|||
overflow-y: scroll; |
|||
} |
|||
|
|||
//walletsBalance.js |
|||
.font-weight-600 { |
|||
font-weight: 600; |
|||
} |
|||
|
|||
.font-size-22 { |
|||
font-size: 22px; |
|||
} |
|||
|
|||
//walletBasiliskConnection.js |
|||
.wallet-send-header { |
|||
border-radius: 3px 3px 0 0; |
|||
} |
|||
|
|||
.no-margin { |
|||
margin: 0 !important; |
|||
} |
|||
|
|||
.no-padding { |
|||
padding: 0 !important; |
|||
} |
Loading…
Reference in new issue