mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-06 04:51:52 -07:00
15 lines
No EOL
213 B
SCSS
15 lines
No EOL
213 B
SCSS
.content .edit-template.edit-pgsql {
|
|
.toolbar {
|
|
.search-toolbar-name {
|
|
width: fit-content;
|
|
}
|
|
}
|
|
|
|
textarea {
|
|
width: 75%;
|
|
}
|
|
|
|
.checkbox-wrapper label {
|
|
text-transform: capitalize;
|
|
}
|
|
} |