mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 08:59:39 -04:00
Testing some view changes. Smaller font, bigger icons.
This commit is contained in:
parent
774742b98c
commit
c186be6cb5
230 changed files with 109 additions and 60 deletions
|
@ -11,8 +11,8 @@
|
|||
float: left;
|
||||
margin: 8px;
|
||||
padding: 8px;
|
||||
width: 100px;
|
||||
height: 120px;
|
||||
width: @big-icon-size * 2;
|
||||
height: @big-icon-size + 72px;
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
|
||||
&:hover, &.hover {
|
||||
|
@ -21,9 +21,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.icon.big {
|
||||
.icon.rational {
|
||||
display: block;
|
||||
height: 48px;
|
||||
height: @big-icon-size;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue