mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
14 lines
196 B
SCSS
14 lines
196 B
SCSS
label {
|
|
font-size: 15px;
|
|
font-weight: $font-regular;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
input[type=submit] {
|
|
@include peertube-button;
|
|
@include orange-button;
|
|
|
|
display: block;
|
|
margin-top: 15px;
|
|
}
|