generated from VLADIMIR/template_frontend
up
This commit is contained in:
+4
-3
@@ -1,12 +1,12 @@
|
||||
@import './base.css';
|
||||
|
||||
.header-block {
|
||||
height: 50px;
|
||||
height: 60px;
|
||||
background-color: var(--main-color);
|
||||
font-size: large;
|
||||
color: white;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0 10px 16px;
|
||||
padding: 15px 0 10px 16px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
}
|
||||
|
||||
.button-custom:hover {
|
||||
background-color: var(--second-color);
|
||||
background-color: var(--main-color);
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.input-custom, .button-custom {
|
||||
|
||||
Reference in New Issue
Block a user