colors and filters
This commit is contained in:
@@ -31,26 +31,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.title-separator{
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
padding: 30px 0 10px;
|
||||
margin-bottom: 30px;
|
||||
position: relative;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
//&:after {
|
||||
// position: absolute;
|
||||
// left: 0;
|
||||
// right: 0;
|
||||
// top: 70px;
|
||||
// margin: auto;
|
||||
// display: block;
|
||||
// width: 270px;
|
||||
// border-bottom: 1px solid var(--border-color);
|
||||
// content: "";
|
||||
//}
|
||||
}
|
||||
.lx-small-text {
|
||||
font-size: 12px;
|
||||
line-height: 15px;
|
||||
|
||||
}
|
||||
|
||||
.light-text{
|
||||
color: var(--text-light);
|
||||
}
|
||||
Reference in New Issue
Block a user