mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2026-01-28 13:07:58 +01:00
convert .less files to .css and remove dependency
This commit is contained in:
parent
aaea68ef1e
commit
1b9529455d
16 changed files with 427 additions and 416 deletions
|
|
@ -1,53 +0,0 @@
|
|||
@import "colors";
|
||||
|
||||
.songs {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
> a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
> li {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
margin: .5em;
|
||||
padding: .6em;
|
||||
border: 1px solid @text;
|
||||
border-radius: @border-radius;
|
||||
@media (prefers-color-scheme: dark) {
|
||||
border: 1px solid @text-dark;
|
||||
}
|
||||
.number { font-weight: bolder; }
|
||||
.name { flex-grow: 99; }
|
||||
&:hover {
|
||||
background-color: @secondary;
|
||||
transition-duration: @transition;
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-color: @secondary-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
ul.songs {
|
||||
width: 100%;
|
||||
margin: 1em auto;
|
||||
li {
|
||||
display: inline-block;
|
||||
margin: .2em;
|
||||
}
|
||||
}
|
||||
img.guitar-icon, img.music-icon {
|
||||
width: 1em;
|
||||
padding: 0 0.2em;
|
||||
}
|
||||
img.guitar-icon {
|
||||
/* Green color filter */
|
||||
filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(55deg) brightness(119%) contrast(119%);
|
||||
}
|
||||
img.music-icon {
|
||||
/* Orange color filter */
|
||||
filter: invert(46%) sepia(100%) saturate(681%) hue-rotate(360deg) brightness(106%) contrast(105%);
|
||||
}
|
||||
p { img.guitar-icon, img.music-icon {
|
||||
vertical-align: -0.25em;
|
||||
}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue