2018-01-31 09:42:40 -06:00
|
|
|
@import '_variables';
|
|
|
|
@import '_mixins';
|
|
|
|
|
|
|
|
.root {
|
|
|
|
display: flex;
|
2018-05-09 08:42:36 -05:00
|
|
|
|
2018-01-31 09:42:40 -06:00
|
|
|
textarea {
|
|
|
|
@include peertube-textarea(100%, 150px);
|
|
|
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-05-09 08:42:36 -05:00
|
|
|
.previews {
|
|
|
|
max-height: 150px;
|
|
|
|
overflow-y: auto;
|
2018-05-25 11:32:53 -05:00
|
|
|
flex-grow: 1;
|
2018-05-09 08:42:36 -05:00
|
|
|
}
|
|
|
|
|
2019-07-24 09:12:35 -05:00
|
|
|
::ng-deep {
|
2018-01-31 09:42:40 -06:00
|
|
|
.nav-link {
|
|
|
|
display: flex !important;
|
|
|
|
align-items: center;
|
|
|
|
height: 30px !important;
|
|
|
|
padding: 0 15px !important;
|
2020-03-08 11:33:40 -05:00
|
|
|
font-size: 85% !important;
|
|
|
|
opacity: .7;
|
2018-01-31 09:42:40 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-content {
|
|
|
|
min-height: 75px;
|
|
|
|
padding: 15px;
|
|
|
|
font-size: 15px;
|
2018-02-20 09:13:05 -06:00
|
|
|
word-wrap: break-word;
|
2018-01-31 09:42:40 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|