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

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;
}
}