rgba border-bottom header links
This commit is contained in:
parent
e268864ec3
commit
7496a9962c
|
@ -99,7 +99,7 @@ body.page-sub{
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
li > a {
|
li > a {
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 2px solid rgba(255, 255, 255, .2);
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
padding: 0 0 0 4px;
|
padding: 0 0 0 4px;
|
||||||
|
@ -139,26 +139,6 @@ body.page-sub{
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
letter-spacing: 0.09em;
|
letter-spacing: 0.09em;
|
||||||
|
|
||||||
/*&::before{
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: -8px;
|
|
||||||
width: 8px;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(to right bottom, transparent 50%, white 50%) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::after{
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: -8px;
|
|
||||||
width: 8px;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(to right bottom, white 50%,transparent 50%) !important;
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -192,7 +192,7 @@ body.page-sub #header {
|
||||||
}
|
}
|
||||||
#footer .main-links.navbar-nav li > a,
|
#footer .main-links.navbar-nav li > a,
|
||||||
#header .main-links.navbar-nav li > a {
|
#header .main-links.navbar-nav li > a {
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
margin: 0 12px;
|
margin: 0 12px;
|
||||||
padding: 0 0 0 4px;
|
padding: 0 0 0 4px;
|
||||||
|
@ -241,25 +241,6 @@ body.page-sub #header {
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
letter-spacing: 0.09em;
|
letter-spacing: 0.09em;
|
||||||
/*&::before{
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: -8px;
|
|
||||||
width: 8px;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(to right bottom, transparent 50%, white 50%) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::after{
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: -8px;
|
|
||||||
width: 8px;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(to right bottom, white 50%,transparent 50%) !important;
|
|
||||||
}*/
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
padding: 140px 0 40px;
|
padding: 140px 0 40px;
|
||||||
|
|
Loading…
Reference in New Issue