This commit is contained in:
vinicius.reif
2019-09-09 19:40:59 -03:00
parent 58417a711e
commit dc1200a46a
8 changed files with 66 additions and 63 deletions

View File

@@ -1,15 +1,19 @@
.tui-border-solid {
border: 2px solid !important;
border-style: solid !important;
border-width: 2px !important;
}
.tui-border-dashed {
border: 2px dashed !important;
border-style: dashed !important;
border-width: 2px !important;
}
.tui-border-dotted {
border: 2px dotted !important;
border-style: dotted !important;
border-width: 2px !important;
}
.tui-border-double {
border: 6px double !important;
border-style: double !important;
border-width: 6px !important;
}

View File

@@ -16,14 +16,14 @@
padding: 5px;
background-color: inherit;
}
.tui-input-fieldset legend {
color: white;
}
.tui-input-fieldset:hover {
border-color: yellow!important;
border-color: yellow;
}
.tui-input-fieldset:hover legend {
color: yellow!important;
}
.tui-border-solid {
border: 2px white solid;
color: yellow;
}
.tui-fieldset-button {
position: absolute;
@@ -41,8 +41,12 @@
right: initial;
left: 16px !important;
}
&.bottom {
bottom: 0px;
top: initial;
}
}
.tui-fieldset-statusbar {
.tui-fieldset-text {
position: absolute;
bottom: 0px;
left: 16px;
@@ -55,19 +59,9 @@
left: initial;
right: 16px;
}
}
.tui-fieldset-statusbar-top {
position: absolute;
top: 0px;
left: 16px;
color: white;
background-color: inherit;
z-index: 2;
padding: 2px;
&.right {
left: initial;
right: 16px;
&.top {
top: 0px;
bottom: initial;
}
}
.tui-fieldset-button::before {