0.0.13 add svg in static v2
This commit is contained in:
@@ -230,6 +230,9 @@ footer>div {
|
||||
.first-column>div:nth-child(2) {
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
.first-column>div:nth-child(3)>img {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.first-column {
|
||||
max-width: 358px;
|
||||
@@ -398,7 +401,7 @@ header>div:last-child>div:nth-child(2) {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
header>div:last-child>div:nth-child(2)>svg {
|
||||
header>div:last-child>div:nth-child(2)>.svg {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@@ -870,7 +873,7 @@ select {
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
background: url("./img/icon-arrow.png") no-repeat calc(100% - 15px) center;
|
||||
background: url("/static/img/png/icon-arrow.png") no-repeat calc(100% - 15px) center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user