Настроил cshtml
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s
This commit is contained in:
@ -656,6 +656,7 @@ header {
|
||||
}
|
||||
|
||||
.navigation_bank {
|
||||
font-family: "Roboto", sans-serif;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
@ -696,6 +697,7 @@ header {
|
||||
}
|
||||
|
||||
.navigation_credit_prosent {
|
||||
font-family: "Roboto", sans-serif;
|
||||
padding-left: 33px;
|
||||
color: #20d37d;
|
||||
font-size: 20px;
|
||||
@ -979,7 +981,7 @@ footer {
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
#add {
|
||||
border-radius: 33px;
|
||||
background: linear-gradient(180deg, #F72719 1.04%, #FF968E 100%);
|
||||
background: linear-gradient(50deg, #F72719 1.04%, #FF968E 100%);
|
||||
}
|
||||
#add_text {
|
||||
color: #FFF;
|
||||
|
Reference in New Issue
Block a user