mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-24 22:04:44 +00:00
update styles
This commit is contained in:
parent
3ba8137f8f
commit
cbf8514249
@ -12,12 +12,19 @@ button::-moz-focus-inner {
|
|||||||
|
|
||||||
input, button {
|
input, button {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
color: #5A526C;
|
color: #432B79;
|
||||||
|
background: #BFBACC;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 3px;
|
||||||
|
height: 18px;
|
||||||
|
line-height: 18px;
|
||||||
|
outline: none;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #E8E8E8;
|
color: #E8E8E8;
|
||||||
background-color: #000;
|
background-color: #18102d;
|
||||||
font-family: Sans-Serif, Arial;
|
font-family: Sans-Serif, Arial;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -89,7 +96,7 @@ img:hover {
|
|||||||
|
|
||||||
.b-g::before {
|
.b-g::before {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: linear-gradient(to left, #9B94BF, #000);
|
background-image: linear-gradient(to left, #9B94BF, #18102d);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -97,7 +104,7 @@ img:hover {
|
|||||||
|
|
||||||
.b-g::after {
|
.b-g::after {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: linear-gradient(to right, #9B94BF, #000);
|
background-image: linear-gradient(to right, #9B94BF, #18102d);
|
||||||
height: 1px;
|
height: 1px;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user