2018-01-31 09:42:40 -06:00
|
|
|
@import '_variables';
|
|
|
|
@import '_mixins';
|
|
|
|
|
|
|
|
.root {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
@include peertube-textarea(100%, 150px);
|
|
|
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/ {
|
|
|
|
.nav-link {
|
|
|
|
display: flex !important;
|
|
|
|
align-items: center;
|
|
|
|
height: 30px !important;
|
|
|
|
padding: 0 15px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|