mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
form control flush
This commit is contained in:
@@ -56,6 +56,19 @@ Form control
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.form-control-rounded {
|
||||
border-radius: 10rem;
|
||||
}
|
||||
|
||||
.form-control-flush {
|
||||
padding: 0;
|
||||
background: none !important;
|
||||
border-color: transparent !important;
|
||||
resize: none;
|
||||
box-shadow: none !important;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
.form-footer {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user