mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-06 04:51:52 -07:00
38 lines
No EOL
579 B
SCSS
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;
|
|
}
|
|
} |