0.0.13 add svg in static v2

This commit is contained in:
2023-07-12 12:52:57 +03:00
parent 8c83478495
commit 1ca7a3b61c
4 changed files with 15 additions and 81 deletions

View File

@@ -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;
}