File tree Expand file tree Collapse file tree 1 file changed +0
-84
lines changed
frontends/web/src/routes/device/bitbox01 Expand file tree Collapse file tree 1 file changed +0
-84
lines changed Original file line number Diff line number Diff line change 42
42
margin-bottom : var (--spacing-default );
43
43
}
44
44
45
- .heading {
46
- margin-top : 1px ;
47
- }
48
-
49
- .content {
50
- display : flex;
51
- flex-basis : auto;
52
- flex-direction : column;
53
- flex-grow : 1 ;
54
- flex-shrink : 1 ;
55
- max-width : var (--content-width );
56
- width : 100% ;
57
- padding : var (--spacing-large ) var (--spacing-default ) 0 var (--spacing-default );
58
- }
59
-
60
- .verticalButtons {
61
- display : flex;
62
- flex-direction : column;
63
- max-width : 300px ;
64
- width : 100% ;
65
- margin : 0 auto;
66
- }
67
-
68
- .verticalButtons button : first-child {
69
- margin-bottom : var (--spacing-default );
70
- }
71
-
72
- .block {
73
- flex : 1 ;
74
- }
75
-
76
- .block p : first-child ,
77
- .block h2 : first-child {
78
- margin-top : 0 ;
79
- }
80
-
81
- .block p : last-child {
82
- margin-bottom : var (--spacing-large );
83
- }
84
-
85
45
.list {
86
46
padding-left : 18px ;
87
47
}
88
48
89
49
.list li : not (: first-child ) {
90
50
margin-top : var (--spacing-half );
91
51
}
92
-
93
- .buttons {
94
- margin-bottom : 0 ;
95
- margin-top : var (--spacing-large );
96
- }
97
-
98
- .stepNumber {
99
- min-width : 20px !important ;
100
- margin-right : 20px ;
101
- text-align : center;
102
- color : var (--color-secondary );
103
- font-size : var (--size-extra-large );
104
- line-height : var (--size-extra-large );
105
- font-weight : 400 ;
106
- }
107
-
108
- .badge {
109
- max-height : 40px ;
110
- height : 40px ;
111
- }
112
-
113
- .waitingLogo {
114
- margin-bottom : var (--space-default );
115
- }
116
-
117
- .waitingContent {
118
- max-width : 540px ;
119
- width : 100% ;
120
- background-color : var (--background-secondary );
121
- padding : var (--space-default );
122
- margin : 0 auto;
123
- text-align : center;
124
- }
125
-
126
- @media screen and (max-width : 640px ) {
127
- .qrcodeContainer {
128
- width : 50% ;
129
- }
130
-
131
- .qrcodeContainer img {
132
- width : 100% ;
133
- height : auto;
134
- }
135
- }
You can’t perform that action at this time.
0 commit comments