mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 04:53:40 +00:00
37 lines
433 B
SCSS
37 lines
433 B
SCSS
.add-margin {
|
|
margin: 0 16px;
|
|
}
|
|
|
|
.new-tag {
|
|
padding: 0px 5px;
|
|
font-weight: bold;
|
|
font-size: smaller;
|
|
color: #cecece;
|
|
font-style: italic;
|
|
}
|
|
|
|
.status-icon{
|
|
// width: 2%;
|
|
margin-right: 12px;
|
|
}
|
|
|
|
.bright {
|
|
color: white !important;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.invalid {
|
|
color: var(--ion-color-danger) !important;
|
|
}
|
|
|
|
.organizer {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.name {
|
|
text-decoration: underline;
|
|
} |