1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

inout group link

This commit is contained in:
codecalm
2020-01-25 12:10:52 +01:00
parent 563624efcd
commit 696cab9ac4
3 changed files with 18 additions and 2 deletions
+9
View File
@@ -130,6 +130,10 @@ Input group
border-left: 0;
}
.input-group-link {
font-size: $h5-font-size;
}
.input-group-flat {
&:focus-within {
box-shadow: $input-focus-box-shadow;
@@ -158,6 +162,7 @@ Input group
.input-group-prepend {
margin-right: 0;
border-right: 0;
.input-group-text {
padding-right: 0;
@@ -167,6 +172,10 @@ Input group
.input-group-append {
margin-left: 0;
&:not(:last-child) .input-group-text {
border-right: 0;
}
.input-group-text {
padding-left: 0;
}