scinote-web/app/assets/stylesheets/session_expired.scss
2023-08-17 14:01:26 +02:00

37 lines
461 B
SCSS

// scss-lint:disable NestingDepth ImportantRule
.session-modal {
ul {
list-style-type: none;
padding-left: 0;
li {
padding: .25em 0;
}
}
a:hover {
text-decoration: none;
}
.instruction-session-collapse {
cursor: pointer;
margin-bottom: .5em;
margin-top: 20px;
.fa-angle-up {
margin-left: .5em;
}
&.collapsed {
.fa-angle-up {
@include rotate(-180deg);
}
}
}
}