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.
25 lines
454 B
25 lines
454 B
$button-size: calc(2.5rem - 2px);
|
|
|
|
.subheader-button {
|
|
@include force-width($button-size);
|
|
font-size: 1rem;
|
|
height: $button-size;
|
|
line-height: 2.5rem;
|
|
margin: 0;
|
|
margin-right: .4rem;
|
|
padding: 0;
|
|
}
|
|
|
|
.new-category-input {
|
|
& {
|
|
background: 0;
|
|
border-bottom-width: 1px !important;
|
|
border-width: 0;
|
|
margin-top: 1rem;
|
|
padding-left: 0;
|
|
}
|
|
|
|
&:focus {
|
|
box-shadow: none;
|
|
}
|
|
}
|