update theme
This commit is contained in:
parent
57ed60df81
commit
4bcac944b3
27 changed files with 23899 additions and 1 deletions
22
themes/cmd/source/css/cmd.styl
Normal file
22
themes/cmd/source/css/cmd.styl
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
body
|
||||
display: flex
|
||||
min-height: 100vh
|
||||
flex-direction: column
|
||||
|
||||
main
|
||||
flex: 1 0 auto
|
||||
|
||||
.collection-item .no-padding
|
||||
padding: 0
|
||||
|
||||
.card-small-margin
|
||||
margin: 0.1rem 0 0 0 !important
|
||||
|
||||
@media only screen and (max-width: 450px)
|
||||
.xscontainer
|
||||
width: 100% !important
|
||||
|
||||
@media only screen and (min-width: 992px)
|
||||
.card .card-content
|
||||
padding: 12px
|
3
themes/cmd/source/css/materialdesignicons.min.css
vendored
Normal file
3
themes/cmd/source/css/materialdesignicons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue