BetterDiscordApp-v2/client/src/styles/partials/sidebarview/settingswrap.scss

55 lines
1.2 KiB
SCSS
Raw Normal View History

2018-02-17 02:39:43 +01:00
.bd-sidebar-region {
.bd-settingswrap {
display: flex;
height: 100%;
-webkit-box-flex: 1;
flex: 1;
min-height: 1px;
box-sizing: border-box;
padding: 90px 15px 0 15px;
margin-bottom: 5px;
2018-02-17 02:39:43 +01:00
}
}
.bd-content-region {
.bd-settingswrap {
display: flex;
flex-direction: column;
flex-grow: 1;
> .bd-scroller-wrap {
2018-02-17 02:39:43 +01:00
flex-grow: 1;
> .bd-scroller {
overflow-y: scroll;
.platform-darwin .bd-settings & {
padding-top: 22px;
}
}
2018-02-17 02:39:43 +01:00
}
.bd-settingswrap-header {
outline: 0;
padding: 0;
margin: 30px 20px 20px;
2018-02-17 02:39:43 +01:00
vertical-align: baseline;
display: flex;
flex: 0 0 auto;
2018-02-17 02:39:43 +01:00
.bd-settingswrap-header-text {
color: $colbdblue;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
flex: 1 1 auto;
2018-02-17 02:39:43 +01:00
}
}
.bd-settingswrap-contents {
padding: 0 20px;
margin-bottom: 84px;
}
2018-02-17 02:39:43 +01:00
}
}