SCSS em to px: Fixes
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
d75b975b14
commit
81d50c92ae
|
@ -41,7 +41,7 @@
|
|||
|
||||
& > .day {
|
||||
width: 14.28%;
|
||||
height: 42px;
|
||||
height: 40px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -63,8 +63,8 @@
|
|||
align-items: center;
|
||||
border-radius: 50%;
|
||||
font-size: .9rem;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
transition: background-color 300ms ease-in-out;
|
||||
|
|
|
@ -8,7 +8,7 @@ vn-chip {
|
|||
margin: 4px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: 32px;
|
||||
height: 28px;
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
|
@ -53,15 +53,15 @@ vn-chip {
|
|||
|
||||
& > vn-avatar {
|
||||
margin-left: -11px;
|
||||
margin-right: 4px;
|
||||
margin-right: 6px;
|
||||
vertical-align: middle;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
}
|
||||
}
|
||||
& > vn-icon {
|
||||
margin-right: 1px;
|
||||
margin-left: -1px;
|
||||
margin-right: 2px;
|
||||
margin-left: -2px;
|
||||
vertical-align: middle;
|
||||
opacity: .6;
|
||||
cursor: pointer;
|
||||
|
@ -76,6 +76,6 @@ vn-chip {
|
|||
|
||||
vn-avatar {
|
||||
display: inline-block;
|
||||
min-width: 32px;
|
||||
min-width: 28px;
|
||||
border-radius: 50%;
|
||||
}
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
vn-snackbar #shapes {
|
||||
max-height: 330px;
|
||||
margin-left: -200px;
|
||||
margin-left: -160px;
|
||||
position: fixed;
|
||||
z-index: 100;
|
||||
width: 400px;
|
||||
width: 320px;
|
||||
left: 50%;
|
||||
bottom: 0
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
}
|
||||
.footer {
|
||||
font-size: .75rem;
|
||||
font-size: .8rem;
|
||||
|
||||
& > .price {
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue