mirror of
https://github.com/mue/mue.git
synced 2026-07-16 05:23:49 +02:00
refactor(about): Use button component
- tooltip accessibility improvements
This commit is contained in:
@@ -127,5 +127,9 @@ a.btn-collection {
|
||||
}
|
||||
|
||||
.btn-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
@include modal-button(standard);
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
gap: 15px;
|
||||
|
||||
a {
|
||||
@include basicIconButton(11px, 1.2rem, modal);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user