refactor: removed nested css
This commit is contained in:
parent
680849aaad
commit
63beba63c8
|
@ -9,15 +9,16 @@
|
|||
}
|
||||
|
||||
.tabs li:hover {
|
||||
.tab-svg-path {
|
||||
fill: #2c3251;
|
||||
stroke: #690455;
|
||||
}
|
||||
|
||||
transition-duration: 250ms;
|
||||
transform: translate(0, -10px);
|
||||
}
|
||||
|
||||
.tabs li:hover .tab-svg-path {
|
||||
fill: #2c3251;
|
||||
stroke: #690455;
|
||||
transition-duration: 250ms;
|
||||
}
|
||||
|
||||
.tabs li button {
|
||||
position: relative;
|
||||
border: none;
|
||||
|
@ -67,6 +68,7 @@
|
|||
background-color: #191c2e;
|
||||
color: #FFFFFF;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.auth-submit {
|
||||
position: relative;
|
||||
|
@ -89,6 +91,7 @@
|
|||
position: relative;
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.auth-input {
|
||||
border: 2px solid #690455;
|
||||
|
@ -103,8 +106,6 @@
|
|||
background: #2c3251;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.center-x {
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue