border radius styling
All checks were successful
release-tag / release-image (push) Successful in 4m33s
All checks were successful
release-tag / release-image (push) Successful in 4m33s
This commit is contained in:
@@ -105,11 +105,11 @@ header {
|
||||
.song {
|
||||
background-color: var(--color-choriosity-red--light);
|
||||
background-color: var(--color-white-100);
|
||||
/*border: 1px solid var(--color-choriosity-red);*/
|
||||
border: 1px solid var(--color-choriosity-red);
|
||||
border: 1px solid hsl(calc(var(--hue) * 360), 100%, 40%);
|
||||
box-shadow: 4px 4px 8px var(--color-white-90);
|
||||
padding: 0.4em;
|
||||
border-radius: 0.5em;
|
||||
border-radius: 0.3em;
|
||||
width: 30em;
|
||||
margin-bottom: 1rem;
|
||||
margin-left: 0.5em;
|
||||
@@ -118,7 +118,7 @@ header {
|
||||
|
||||
.cover-container {
|
||||
position: relative;
|
||||
width: 10.67em;
|
||||
width: 11.67em;
|
||||
height: 6.7em;
|
||||
float: left;
|
||||
margin-right: 1em;
|
||||
@@ -137,6 +137,7 @@ header {
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
transition: .3s ease;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
|
||||
Reference in New Issue
Block a user