update: Widgets and menu styling
This commit is contained in:
parent
cefa1cf391
commit
94444594ab
20 changed files with 230 additions and 71 deletions
11
stylesheets/components/_card.less
Normal file
11
stylesheets/components/_card.less
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.card {
|
||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
|
||||
|
||||
.card-content {
|
||||
|
||||
.card-title {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue