vesta/src/react/src/components/Server/Edit/Nginx/EditServerNginx.scss
2021-12-30 21:53:38 +00:00

38 lines
No EOL
579 B
SCSS

$secondaryLight: #f8b014;
.content .edit-template.edit-nginx {
.toolbar {
.search-toolbar-name {
width: fit-content;
}
.link {
width: fit-content;
margin-left: 15px;
a {
text-decoration: none;
font-size: 12px;
text-transform: uppercase;
color: rgb(119, 119, 119);
font-weight: 700;
&:hover {
color: $secondaryLight;
}
}
}
}
textarea {
width: 75%;
}
.checkbox-wrapper label {
text-transform: capitalize;
}
svg {
margin-left: 5px;
}
}