Sfoglia il codice sorgente

Link to images without leading slash

master
Garrick Aden-Buie 8 anni fa
parent
commit
f0c78acea7
2 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. +2
    -2
      app.R
  2. +2
    -1
      www/css/t4c.css

+ 2
- 2
app.R Vedi File



swipe_help_row_div <- div( swipe_help_row_div <- div(
class = "bottom-help text-moffitt-grey", class = "bottom-help text-moffitt-grey",
div(class = "bottom-help-left", img(src = "/images/swipe-left.svg", width = "50px"), p("Bad")),
div(class = "bottom-help-right", img(src = "/images/swipe-right.svg", width = "50px"), p("Okay")),
div(class = "bottom-help-left", img(src = "images/swipe-left.svg", width = "50px"), p("Bad")),
div(class = "bottom-help-right", img(src = "images/swipe-right.svg", width = "50px"), p("Okay")),
div(class = "bottom-help-middle", span("Swipe Card", class = "bottom-help-middle-text")) div(class = "bottom-help-middle", span("Swipe Card", class = "bottom-help-middle-text"))
) )



+ 2
- 1
www/css/t4c.css Vedi File

.overlay.splash { .overlay.splash {
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
background-image: url("/images/splash-bg.png");
background-image: url("images/splash-bg.png");
background-size: cover; background-size: cover;
background-color: white;
} }


.splash-body { .splash-body {

Loading…
Annulla
Salva