This commit is contained in:
vinicius.reif
2019-09-16 13:34:35 -03:00
parent e175f648a1
commit 1a8bbc77c0
5 changed files with 29 additions and 35 deletions

View File

@@ -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}

View File

@@ -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;
}