mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
fix padding on masked-input and web cli
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
font-size: $body-size;
|
font-size: $body-size;
|
||||||
min-height: 2rem;
|
min-height: 2rem;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
&:not(.console-ui-command):not(.CodeMirror-line) {
|
&:not(.console-ui-command):not(.CodeMirror-line) {
|
||||||
padding-left: $console-spacing;
|
padding-left: $console-spacing;
|
||||||
@@ -152,14 +153,14 @@ header .navbar-sections {
|
|||||||
.console-spinner.control {
|
.console-spinner.control {
|
||||||
height: 21px;
|
height: 21px;
|
||||||
width: 21px;
|
width: 21px;
|
||||||
transform: scale(.75);
|
transform: scale(0.75);
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
&::after {
|
&::after {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
right: .25rem;
|
right: 0.25rem;
|
||||||
left: .25rem;
|
left: 0.25rem;
|
||||||
top: .25rem;
|
top: 0.25rem;
|
||||||
bottom: .25rem;
|
bottom: 0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.masked-input .masked-value {
|
.masked-input .masked-value {
|
||||||
padding-left: 2.50rem;
|
padding-left: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
// we want to style the boxes the same everywhere so they
|
// we want to style the boxes the same everywhere so they
|
||||||
@@ -25,6 +25,8 @@
|
|||||||
.masked-input .display-only {
|
.masked-input .display-only {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.masked-input-toggle {
|
.masked-input-toggle {
|
||||||
|
|||||||
Reference in New Issue
Block a user