mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
fix: about tab links and icons
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
img {
|
||||
width: 75px;
|
||||
height: auto;
|
||||
opacity: 0;
|
||||
animation: fadeIn 0.5s ease-in-out forwards;
|
||||
|
||||
@include themed {
|
||||
border-radius: t($borderRadius);
|
||||
@@ -38,6 +40,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scale(0.9);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.subtitle-photographers {
|
||||
font-size: 16px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user