diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-06 17:10:40 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-06 17:10:40 -0500 |
commit | 6a3a940d7344a81081294d9ad3a33b75af303ced (patch) | |
tree | f8eb6c190123e6fb24614deb6cfd80909ae465f9 /templates/sass/salida.sass | |
parent | 8103275cffa5aeb2a38a46b6121545f622178c41 (diff) | |
download | ytlibre-6a3a940d7344a81081294d9ad3a33b75af303ced.tar.lz ytlibre-6a3a940d7344a81081294d9ad3a33b75af303ced.tar.xz ytlibre-6a3a940d7344a81081294d9ad3a33b75af303ced.zip |
Make core extract
Diffstat (limited to 'templates/sass/salida.sass')
-rw-r--r-- | templates/sass/salida.sass | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/templates/sass/salida.sass b/templates/sass/salida.sass index e39f9c2..e4ea057 100644 --- a/templates/sass/salida.sass +++ b/templates/sass/salida.sass @@ -21,14 +21,12 @@ a.enlace margin: auto width: 100% max-width: 800px - display: flex - flex-direction: column - flex-wrap: wrap - align-items: center + display: grid + grid-template-columns: auto + grid-template-rows: auto auto + grid-gap: 1rem .libreyt - padding-bottom: 20px - .row display: flex width: 80% @@ -36,6 +34,7 @@ a.enlace flex-direction: row flex-wrap: wrap align-items: center + justify-self: center justify-content: center .imageyt @@ -75,10 +74,22 @@ a.enlace background-color: $green border-color: $green text-decoration: none + .v-download + ul.download-dropdown-content + padding-top: 1rem + padding-bottom: 1rem + background: black + border: solid 1px #00b7f1 + li + a + text-decoration: none + &:link + color: #22aaff .librevideojs width: 90% max-width: 700px + justify-self: center .mpv margin-bottom: .5rem |