CSS: Increase form-description-icon size

refs #3676
This commit is contained in:
Florian Strohmaier 2019-06-25 15:05:13 +02:00 committed by Johannes Meyer
parent 3a3fce23f7
commit e1fd0899dc

View File

@ -76,7 +76,7 @@ form:not(.inline):not([role="search"]) {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
line-height: 1; line-height: 1;
padding: .5625em; padding: .5625em .5625em .5625em 0;
max-height: 2.5em; max-height: 2.5em;
text-align: right; text-align: right;
width: 15em; width: 15em;
@ -143,6 +143,14 @@ select ~ .spinner:before {
margin: 1em .5em; margin: 1em .5em;
} }
.controls .control-group {
input,
select {
line-height: 0.75;
max-width: 16em;
}
}
/********************************************************************************************************************** /**********************************************************************************************************************
specific input styles specific input styles
***********************************************************************************************************************/ ***********************************************************************************************************************/
@ -342,8 +350,9 @@ input:checked + .toggle-slider:before {
border-radius: .25em; border-radius: .25em;
display: flex; display: flex;
list-style: none; list-style: none;
align-items: center;
margin: 0 0 1em 0; margin: 0 0 1em 0;
padding: 1em .5em; padding: .25em .5em;
ul { ul {
list-style: none; list-style: none;
@ -357,7 +366,9 @@ input:checked + .toggle-slider:before {
& .form-notification-icon, & .form-notification-icon,
& .form-description-icon { & .form-description-icon {
margin-left: 1em; font-size: 2em;
margin-left: .25em;
opacity: .4;
} }
} }