rgba border-bottom header links
This commit is contained in:
parent
e268864ec3
commit
7496a9962c
|
@ -99,7 +99,7 @@ body.page-sub{
|
|||
}*/
|
||||
|
||||
li > a {
|
||||
border-bottom: 1px solid #fff;
|
||||
border-bottom: 2px solid rgba(255, 255, 255, .2);
|
||||
line-height: 26px;
|
||||
margin: 0 12px;
|
||||
padding: 0 0 0 4px;
|
||||
|
@ -138,27 +138,7 @@ body.page-sub{
|
|||
padding-bottom: 3px;
|
||||
padding-left: 30px;
|
||||
padding-right: 10px;
|
||||
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;
|
||||
}*/
|
||||
letter-spacing: 0.09em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -192,7 +192,7 @@ body.page-sub #header {
|
|||
}
|
||||
#footer .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;
|
||||
margin: 0 12px;
|
||||
padding: 0 0 0 4px;
|
||||
|
@ -241,25 +241,6 @@ body.page-sub #header {
|
|||
padding-left: 30px;
|
||||
padding-right: 10px;
|
||||
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 {
|
||||
padding: 140px 0 40px;
|
||||
|
|
Loading…
Reference in New Issue