1KA_F2F/resources/sass/admin_new/mobile/responsive_fixes.scss
2022-08-12 11:24:01 +02:00

100 lines
1.5 KiB
SCSS

#quick_comments_link.newCss {
display:none;
}
#firstNavigation {
ol.right-side {
display:none;
}
}
div.status_advanced {
flex-direction: column;
}
div.status_advanced_box {
width: 100%;
box-sizing: border-box;
}
a.status_advanced_link {
width: 95%;
}
.content_div_normalmode {
overflow-x: auto;
&::-webkit-scrollbar {
background-color: inherit;
height: 5px;
}
&::-webkit-scrollbar-thumb {
background: #c4c4c4;
border-radius: 5px;
}
}
@media (prefers-color-scheme: dark) {
.content_div_normalmode::-webkit-scrollbar-thumb{
background: #c4c4c4;
}
}
// Status - Neodgovor meni
div.wrap1360 {
justify-content: center !important;
div.section {
flex: 0 !important;
width: fit-content;
border: none !important;
}
&.subpage_advanced {
div#one,
div#two {
display: none !important;
}
}
&.subpage_breaks {
div#one,
div#three {
display: none !important;
}
}
&.subpage_ {
div#two,
div#three {
display: none !important;
}
}
}
//Oboarding screen
.no_survey_title {
font-size: 24px !important;
width: 92vw !important;
margin-top: 16px;
}
.no_survey_box,
#no_survey_features {
width: 92vw !important;
}
#no_survey_video {
width: 92vw !important;
aspect-ratio: 16/9;
p {
height: 100%;
iframe {
width: 100%;
height: 100%
}
}
}