style: added new release style; refactor: Artist page with composition API (to finish); refactor: extracted new release check logic
This commit is contained in:
15
src/styles/vendor/material-icons.css
vendored
15
src/styles/vendor/material-icons.css
vendored
@@ -26,15 +26,22 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.material-icons.explicit-icon {
|
||||
.material-icons.title-icon {
|
||||
margin-right: 0.3125em;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
.material-icons.title-icon.title-icon--right {
|
||||
margin-right: 0px;
|
||||
margin-left: 0.3125em;
|
||||
}
|
||||
|
||||
.material-icons.title-icon.title-icon--explicit {
|
||||
color: hsl(240, 5%, 59%);
|
||||
}
|
||||
|
||||
.material-icons.explicit-icon.explicit-icon--right {
|
||||
margin-right: 0px;
|
||||
margin-left: 0.3125em;
|
||||
.material-icons.title-icon.title-icon--new {
|
||||
color: hsl(27, 100%, 50%);
|
||||
}
|
||||
|
||||
.material-icons.disabled {
|
||||
|
||||
Reference in New Issue
Block a user