legendary-doc-site/assets/semantic-ui/themes/chubby/collections/form.overrides
2020-07-03 18:22:25 -05:00

16 lines
No EOL
309 B
Text

/*-------------------
Form Variables
--------------------*/
.ui.form .selection.dropdown {
padding: 1.1em 1.2em;
border-width: 2px;
}
.ui.form .selection.dropdown .menu {
min-width: calc(100% + 4px);
margin: 0 -2px;
border-width: 2px;
}
.ui.form .selection.dropdown input {
padding: inherit;
}