fix header trans btn hover color
This commit is contained in:
parent
449683c72f
commit
9b3b1d547e
1 changed files with 15 additions and 8 deletions
|
@ -1,3 +1,18 @@
|
||||||
|
.btn-trans {
|
||||||
|
color: #fff;
|
||||||
|
border: 2px solid #fff;
|
||||||
|
padding: 4px 18px;
|
||||||
|
letter-spacing: 0.6px;
|
||||||
|
background: rgba(0,0,0,0.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-trans:focus,
|
||||||
|
.btn-trans:active,
|
||||||
|
.btn-trans:hover {
|
||||||
|
background: #fff;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
.header_slider > .carousel .carousel-inner {
|
.header_slider > .carousel .carousel-inner {
|
||||||
min-height: 95vh;
|
min-height: 95vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -168,12 +183,4 @@
|
||||||
/* width: auto; */
|
/* width: auto; */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.btn-trans {
|
|
||||||
color: #fff;
|
|
||||||
border: 2px solid #fff;
|
|
||||||
padding: 4px 18px;
|
|
||||||
letter-spacing: 0.6px;
|
|
||||||
background: rgba(0,0,0,0.35);
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue