mirror of
https://github.com/mue/mue.git
synced 2026-07-08 21:24:57 +02:00
feat(greeting): Initial Custom Events Implementation
This commit is contained in:
@@ -149,6 +149,27 @@ table {
|
||||
padding: 25px;
|
||||
justify-content: space-between;
|
||||
|
||||
input[type="number"] {
|
||||
@include themed() {
|
||||
background: t($modal-sidebar);
|
||||
box-shadow: t($boxShadow);
|
||||
color: t($color);
|
||||
}
|
||||
text-align: center;
|
||||
border-radius: 12px;
|
||||
height: 40px;
|
||||
font-size: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-flow: row;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
transition: 0.5s;
|
||||
cursor: pointer;
|
||||
border: 0;
|
||||
max-width: 40px;
|
||||
}
|
||||
|
||||
@include themed {
|
||||
background: t($modal-sidebar);
|
||||
border-radius: t($borderRadius);
|
||||
@@ -202,3 +223,10 @@ table {
|
||||
flex-flow: column;
|
||||
gap: 25px;
|
||||
}
|
||||
|
||||
.eventDateControl {
|
||||
display: flex !important;
|
||||
flex-flow: column !important;
|
||||
gap: 5px !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
Reference in New Issue
Block a user