Ver código fonte

nettoyage

master
choj 3 anos atrás
pai
commit
046965a7a4
2 arquivos alterados com 1 adições e 32 exclusões
  1. +1
    -1
      scripts/webbandd.sh
  2. +0
    -31
      src/components/Webbandd.vue

+ 1
- 1
scripts/webbandd.sh Ver arquivo

@@ -14,7 +14,7 @@ display_usage(){
echo ""
echo " <input_directory> must contains :"
echo " - two image files : icono_1.png & icono_2.png"
echo " - one folder per album with mp3 and/or wav audio files"
echo " - one folder per album with mp3 and/or wav audio files and a cover.png image file"
echo ""
}



+ 0
- 31
src/components/Webbandd.vue Ver arquivo

@@ -78,16 +78,6 @@ section h2 {
font-size: 2rem;
}

/* section.album:nth-of-type(even){
color: var(--main-color);
background-color: var(--secondary-color);
}

section.album:nth-of-type(odd){
background-color: var(--main-color);
color: var(--secondary-color);
} */

section.cover{
background : url(../assets/images/icono_1.png) no-repeat center center;
}
@@ -106,27 +96,6 @@ section.album img{
border : 2px solid var(--secondary-color);
}

/*section.albums{*/
/*background-color: black;*/
/*color:white;
display: flex;
flex-direction: column;
justify-content: center;
line-height: 200%;*/
/*}*/

/*section.albums > * {
padding-left: 10vw;
}

section.albums h2 {
padding-left: 20vw;
font-weight: normal;
}

section.albums ul {
list-style-type: none;
}*/

section.icono-2{
background : url(../assets/images/icono_2.png) no-repeat center center;


Carregando…
Cancelar
Salvar