mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
* begin subnav implementation * implement subnav AND angular forms for comparison * unions working-ish, list of enums working * new form approach almost complete * finish new forms approach for action inputs and config * expandable list items and handlebars display * Config animation (#394) * config cammel * config animation Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com> * improve server settings inputs, still needs work * delete all notifications, styling, and bugs * contracted by default Co-authored-by: Drew Ansbacher <drew.ansbacher@gmail.com> Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
20 lines
238 B
SCSS
20 lines
238 B
SCSS
.add-margin {
|
|
margin: 0 16px;
|
|
}
|
|
|
|
.new-tag {
|
|
padding: 0px 5px;
|
|
font-weight: bold;
|
|
font-size: smaller;
|
|
color: #cecece;
|
|
font-style: italic;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.organizer {
|
|
display: flex;
|
|
align-items: center;
|
|
} |