blob: cce5b8368099d2fa0d6eac0736a51a7417dd11b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
/*!
/ pin.sass
/ Copyright (c) 2019, Texx
/ License: MIT
/ See https://github.com/texxme/Texx/blob/master/LICENSE
/
.title
color: #d4d1cc
.columns
min-height: 100%
.enter-pin
position: relative
width: 60vw
margin: 0 auto
top: 50%
transform: translateY(-50%)
.pin-wrapper
padding: 0
margin: 0
align-items: center
justify-content: center
.pin-wrapper > .column
align-items: center
justify-content: center
.pin-wrapper > .column input
width: 10vw
height: 10vw
font-size: 10vw
background-color: $gray
color: transparent
text-shadow: 0 0 0 #000
border: none
border-radius: 20%
text-align: center
.pin-wrapper > .column input::-webkit-outer-spin-button, .pin-wrapper > .column input::-webkit-inner-spin-button
-webkit-appearance: none
margin: 0
.pin-wrapper > .column input:focus
background-color: $light-gray
border-color: inherit
-webkit-box-shadow: none
box-shadow: none
outline: none
|