mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
19 lines
262 B
SCSS
19 lines
262 B
SCSS
@use '_variables' as *;
|
|
@use '_mixins' as *;
|
|
|
|
.modal-subtitle {
|
|
line-height: 1rem;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.modal-body {
|
|
text-align: left;
|
|
}
|
|
|
|
input[type=text] {
|
|
@include peertube-input-text(340px);
|
|
}
|
|
|
|
textarea {
|
|
@include peertube-textarea(100%, 200px);
|
|
}
|