mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 08:59:39 -04:00
Update layout.
This commit is contained in:
parent
23fd639512
commit
f5993a6ce7
6 changed files with 95 additions and 53 deletions
|
@ -24,12 +24,13 @@
|
|||
margin: 8px;
|
||||
|
||||
.item {
|
||||
.card();
|
||||
.rounded();
|
||||
float: left;
|
||||
margin: 8px;
|
||||
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
|
||||
|
||||
&:hover, &.hover {
|
||||
box-shadow: 0 1px 12px 0px rgba(0,0,0,0.5);
|
||||
&:hover {
|
||||
.raised();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue