update
This commit is contained in:
parent
0f8db5a367
commit
5ef5f3b72c
|
|
@ -2583,18 +2583,17 @@
|
|||
.i-annc__entry-title {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
// clear: both;
|
||||
}
|
||||
|
||||
.i-annc__title {
|
||||
font-family: $main-font;
|
||||
color: $theme-color-main;
|
||||
text-decoration: none;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@extend .i-title;
|
||||
&:hover {
|
||||
color: $theme-color-second;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
@import "../initial";
|
||||
.sitemenu{
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
position: relative;
|
||||
}
|
||||
.sitemenu-title{
|
||||
|
|
@ -77,7 +77,6 @@
|
|||
}
|
||||
|
||||
.sitemenu-link.level-2 {
|
||||
color: $theme-white;
|
||||
font-size: 1rem;
|
||||
padding: 0.25em 0.625rem;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue