mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
522 B
31 lines
522 B
@import 'mixins';
|
|
@import 'vars';
|
|
|
|
.input-group-apppend {
|
|
z-index: 1;
|
|
|
|
.form-select {
|
|
border-bottom-left-radius: 0;
|
|
border-top-left-radius: 0;
|
|
color: $color-text-decent;
|
|
margin-left: -1px;
|
|
|
|
&:focus {
|
|
z-index: 3;
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn-group {
|
|
margin-bottom: -1px;
|
|
|
|
.btn {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
color: $color-text-decent;
|
|
|
|
&.active {
|
|
color: $color-text;
|
|
}
|
|
}
|
|
}
|