Fixes
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
.purple-168 {background-color: rgb(168, 0, 168)!important}
|
||||
.yellow-168 {background-color: rgb(168, 168, 0)!important}
|
||||
.white-168 {background-color: rgb(168, 168, 168)!important}
|
||||
.orange-168 {background-color: rgb(168, 86, 0)!important}
|
||||
.orange-168 {background-color: rgb(168, 86, 0)!important}
|
||||
|
||||
.black-168-text {color: rgb(0, 0, 0)!important}
|
||||
.blue-168-text {color: rgb(0, 0, 168)!important}
|
||||
@@ -113,7 +113,7 @@
|
||||
.purple-255 {background-color: rgb(255, 0, 255)!important}
|
||||
.yellow-255 {background-color: rgb(255, 255, 0)!important}
|
||||
.white-255 {background-color: rgb(255, 255, 255)!important}
|
||||
.orange-255 {background-color: rgb(255, 168, 0)!important}
|
||||
.orange-255 {background-color: rgb(255, 168, 0)!important}
|
||||
|
||||
.black-255-text {color: rgb(0, 0, 0)!important}
|
||||
.blue-255-text {color: rgb(0, 0, 255)!important}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
@import '../mixins.scss';
|
||||
|
||||
.tui-no-padding {
|
||||
padding: 0px!important;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left!important;
|
||||
}
|
||||
@@ -63,10 +59,16 @@
|
||||
position: static!important;
|
||||
}
|
||||
|
||||
.tui-content {
|
||||
.no-shadow {
|
||||
box-shadow: none!important;
|
||||
}
|
||||
.no-padding {
|
||||
padding: 0px!important;
|
||||
}
|
||||
.content {
|
||||
padding: 12px;
|
||||
}
|
||||
.tui-disable-select {
|
||||
.disable-select {
|
||||
@include disable-select;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user