nextcloud/core/css/public.scss

37 lines
613 B
SCSS
Raw Normal View History

#body-public {
.header-right {
#header-primary-action a {
color: $color-primary-text;
}
.menutoggle,
#header-primary-action[class^='icon-'] {
padding: 14px;
padding-right: 40px;
background-position: right 15px center;
color: $color-primary-text;
cursor: pointer;
}
#header-secondary-action {
margin-right: 13px;
input[type='text'] {
width: 200px;
}
}
}
#content {
height: initial;
min-height: calc(100vh - 160px);
}
/* force layout to make sure the content element's height matches its contents' height */
.ie #content {
display: inline-block;
}
}