1
0
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:
codecalm
2020-01-26 21:57:07 +01:00
parent b107364117
commit 41428fd277
2 changed files with 24 additions and 0 deletions
+13
View File
@@ -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;
}