Fix: Modal buttons

Co-authored-by: David Ralph <me@davidcralph.co.uk>
This commit is contained in:
alexsparkes
2024-03-19 23:35:17 +00:00
parent 2136f558b9
commit 4af8733795
28 changed files with 226 additions and 130 deletions

View File

@@ -187,6 +187,17 @@ $themes: (
}
}
@if $type == 'secondary' {
background: t($modal-sidebarActive);
box-shadow: t($boxShadow);
border: 0;
color: t($color);
&:hover {
background: t($modal-sidebar) !important;
}
}
border-radius: 12px;
height: 40px;
font-size: 1rem;