Fleet UI: Calendar settings page (#17593)

This commit is contained in:
RachelElysia
2024-03-26 13:39:37 -05:00
committed by Victor Lyuboslavsky
parent e8f177dd43
commit 2940b32a06
16 changed files with 528 additions and 68 deletions
@@ -51,12 +51,7 @@
}
&__copy-message {
font-weight: $regular;
vertical-align: top;
background-color: $ui-light-grey;
border: solid 1px #e2e4ea;
border-radius: 10px;
padding: 2px 6px;
@include copy-message;
}
.buttons {
@@ -122,9 +117,6 @@
}
&__copy-message {
background-color: $ui-light-grey;
border: solid 1px #e2e4ea;
border-radius: 10px;
padding: 2px 6px;
@include copy-message;
}
}