sc-portal/app/src/app/account/ssh-key-editor/ssh-key-editor.component.scss
2021-04-07 14:26:28 +03:00

19 lines
151 B
SCSS

p
{
color: #ff9c07;
font-size: 1.15rem;
}
.form-control
{
+ .form-control
{
margin-top: .5rem;
}
}
textarea
{
border-radius: 2rem;
}