initial commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
/* Add here all your CSS customizations */
|
||||
|
||||
.page-header .breadcrumbs
|
||||
margin-right 25px
|
||||
|
||||
.card-button-actions
|
||||
right 15px
|
||||
position absolute
|
||||
top 12px
|
||||
|
||||
.header .logo-container .logo
|
||||
font-size 35px
|
||||
color black
|
||||
|
||||
.notification.ui-pnotify-container
|
||||
.clickable-row
|
||||
cursor pointer
|
||||
|
||||
html.dark
|
||||
.dropdown-item
|
||||
color white
|
||||
|
||||
&:hover
|
||||
&:focus
|
||||
&:active
|
||||
background-color #242830
|
||||
|
||||
.btn-primary
|
||||
background-color #505461 !important
|
||||
|
||||
&:hover
|
||||
&:focus
|
||||
&:active
|
||||
background-color #94a0ac !important
|
||||
|
||||
.notifications
|
||||
.notification-menu .notification-title
|
||||
background-color #21262d
|
||||
|
||||
.notification-menu::before
|
||||
.notification-icon::before
|
||||
border-bottom-color #21262d
|
||||
|
||||
.loading-overlay
|
||||
background #1D2127
|
||||
|
||||
.input-group > .input-group-append > .input-group-text
|
||||
background-color #505461
|
||||
border-color #505461
|
||||
color #CCC
|
||||
|
||||
.body-sign .card-sign
|
||||
.card-title-sign .title
|
||||
background-color #505461
|
||||
|
||||
.card-body
|
||||
border-top-color #505461
|
||||
|
||||
.userbox.show .dropdown-menu a:hover
|
||||
background-color #505461
|
||||
|
||||
.turbolinks-progress-bar
|
||||
background-color #ccc
|
||||
Reference in New Issue
Block a user