Newer
Older
/*******************************************************************************
Standard-Stylesheet für Stud.IP im Safire-Design
- use http://www.colorzilla.com/gradient-editor/ for gradients
*******************************************************************************/
@import "mixins";
@import "scss/variables";
@import "scss/breakpoints";
@import "scss/visibility";
@import "scss/actionmenu";
@import "scss/admin-courses";
@import "scss/admission";
@import "scss/blubber";
@import "scss/contentbar";
@import "scss/contents";
@import "scss/courseware";
@import "scss/dates";
@import "scss/files";
@import "scss/forum";
@import "scss/qrcode";
@import "scss/oauth2";
@import "scss/pagination";
@import "scss/profile";
@import "scss/raumzeit";
@import "scss/report";
@import "scss/resources";
@import "scss/sidebar";
@import "scss/tooltip";
@import "scss/table_of_contents";
@import "scss/wiki";
@import "scss/select";
@import "scss/skiplinks";
@import "scss/start";
@import "scss/scroll-to-top";
@import "scss/studygroup";
@import "scss/tfa";
@import "scss/tour";
// Class for DOM elements that should only be visible to Screen readers
.sr-only {
border: 0;
clip: rect(0 0 0 0);
clip-path: inset(100%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
}
// Hide unrendered vue templates that have [v-cloak] set until they are rendered.
// @see https://vuejs.org/api/built-in-directives.html#v-cloak
[v-cloak] {
display: none;
}