1.4.0 Alpha #002
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
|
||||
*/
|
||||
|
||||
@main-front-color: #E01931;
|
||||
@background-color: #1D2247;
|
||||
@main-front-color : #f8f8f8;
|
||||
@background-color : #111111;
|
||||
@background-2ndcolor: #232323;
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
@@ -74,3 +75,14 @@ span.input-group-btn.open > ul > li> a{
|
||||
box-shadow: 0px 0px 6px 1px @main-front-color;
|
||||
height: ~"calc(100vh - 20vw - 30px )";
|
||||
}
|
||||
.row-flex{
|
||||
word-break: break-all;
|
||||
width:100%;
|
||||
display: flex;
|
||||
.flex-btn{
|
||||
width: 50px;
|
||||
}
|
||||
.cont{
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user