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.
23 lines
351 B
23 lines
351 B
.btn-collapse {
|
|
& {
|
|
font-size: 1.2rem;
|
|
font-weight: 300;
|
|
line-height: 1rem;
|
|
right: 3rem;
|
|
}
|
|
|
|
&:hover {
|
|
color: $color-dark-foreground;
|
|
}
|
|
|
|
&.collapsed {
|
|
right: 1rem;
|
|
}
|
|
}
|
|
|
|
.headline {
|
|
font-size: 1.2rem;
|
|
font-weight: 400;
|
|
margin-top: 50px;
|
|
transform: rotate(-90deg);
|
|
}
|