styles.module.css (1237B)
1 .out { 2 background: #ac1a2d; 3 color: rgba(255, 255, 255, .7); 4 font-family: Tomorrow, -apple-system, sans-serif; 5 width: 20vmax; 6 padding: 1.5vmax 5vmax 1.5vmax 5vmax; 7 border: 1vmax solid #1d1d1d; 8 border-top-left-radius: 1.5vmax; 9 border-top-right-radius: 1.5vmax; 10 } 11 12 .basicOut { 13 background: #ac1a2d; 14 color: rgba(255, 255, 255, .7); 15 font-family: Tomorrow, -apple-system, sans-serif; 16 width: 20vmax; 17 padding: 1.5vmax 5vmax 1.5vmax 5vmax; 18 border: 1vmax solid #1d1d1d; 19 border-top-left-radius: 1.5vmax; 20 border-top-right-radius: 1.5vmax; 21 text-align: right; 22 line-height: 50%; 23 display: flex; 24 flex-direction: column; 25 flex-wrap: wrap; 26 justify-content: space-evenly; 27 align-items: flex-end; 28 } 29 30 .selectOut { 31 background: #ac1a2d; 32 color: rgba(255, 255, 255, .7); 33 font-family: Tomorrow, -apple-system, sans-serif; 34 width: 20vmax; 35 padding: 1.5vmax 5vmax 1.5vmax 5vmax; 36 border: 1vmax solid #1d1d1d; 37 border-top-left-radius: 1.5vmax; 38 border-top-right-radius: 1.5vmax; 39 text-align: center; 40 } 41 42 .h1 { 43 font-size: 4vmax; 44 margin-top: 0.5vmax; 45 margin-bottom: 2vmax; 46 } 47 48 .h2 { 49 font-size: 2vmax; 50 } 51 52 .h3 { 53 font-size: 1.5vmax; 54 }