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

13
dist/tuicss.css vendored
View File

@@ -527,9 +527,6 @@ input, select, textarea {
.white-border-hover:hover {
border-color: white !important; }
.tui-no-padding {
padding: 0px !important; }
.left {
float: left !important; }
@@ -584,10 +581,16 @@ input, select, textarea {
.static {
position: static !important; }
.tui-content {
.no-shadow {
box-shadow: none !important; }
.no-padding {
padding: 0px !important; }
.content {
padding: 12px; }
.tui-disable-select {
.disable-select {
user-select: none;
-webkit-user-select: none;
-khtml-user-select: none;

2
dist/tuicss.min.css vendored

File diff suppressed because one or more lines are too long