]>
git.r.bdr.sh - rbdr/sorting-hat-renderer/blob - css/app.css
6 .waiting-message, .no-winner, .winner {
11 justify-content: center
;
17 font-family: 'Helvetica Neue', helvetica
, arial
, sans-serif
;
22 background-color: orange
;
26 background-color: purple
;
30 background-color: blue
;
34 background-color: red
;
38 background-color: silver
;
42 background-color: black
;
45 /* Vue built-in transitions */
47 .fade-enter-active, .fade-leave-active {
48 transition: opacity
1.5s
50 .fade-enter, .fade-leave-to {