@payloadcms/next 3.0.0-beta.64 → 3.0.0-beta.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
- package/dist/elements/DocumentHeader/Tabs/Tab/index.scss +0 -91
- package/dist/elements/DocumentHeader/Tabs/index.scss +0 -53
- package/dist/elements/DocumentHeader/index.scss +0 -51
- package/dist/elements/LeaveWithoutSaving/index.scss +0 -36
- package/dist/elements/Nav/NavWrapper/index.scss +0 -17
- package/dist/elements/Nav/index.scss +0 -150
- package/dist/prod/styles.css +0 -1
- package/dist/routes/rest/og/roboto-regular.woff +0 -0
- package/dist/scss/app.scss +0 -208
- package/dist/scss/colors.scss +0 -269
- package/dist/scss/custom.css +0 -1
- package/dist/scss/queries.scss +0 -27
- package/dist/scss/resets.scss +0 -17
- package/dist/scss/styles.scss +0 -11
- package/dist/scss/svg.scss +0 -10
- package/dist/scss/toasts.scss +0 -111
- package/dist/scss/type.scss +0 -117
- package/dist/scss/vars.scss +0 -213
- package/dist/scss/z-index.scss +0 -9
- package/dist/templates/Default/Wrapper/index.scss +0 -25
- package/dist/templates/Default/index.scss +0 -67
- package/dist/templates/Minimal/index.scss +0 -28
- package/dist/views/API/RenderJSON/index.scss +0 -90
- package/dist/views/API/index.scss +0 -124
- package/dist/views/Account/Settings/index.scss +0 -46
- package/dist/views/CreateFirstUser/index.scss +0 -5
- package/dist/views/Dashboard/Default/index.scss +0 -58
- package/dist/views/Edit/Default/Auth/index.scss +0 -76
- package/dist/views/Edit/Default/index.scss +0 -21
- package/dist/views/List/Default/index.scss +0 -195
- package/dist/views/LivePreview/IFrame/index.scss +0 -7
- package/dist/views/LivePreview/Preview/index.scss +0 -41
- package/dist/views/LivePreview/Toolbar/Controls/index.scss +0 -59
- package/dist/views/LivePreview/Toolbar/SizeInput/index.scss +0 -10
- package/dist/views/LivePreview/Toolbar/index.scss +0 -41
- package/dist/views/LivePreview/ToolbarArea/index.scss +0 -4
- package/dist/views/LivePreview/index.scss +0 -66
- package/dist/views/Login/LoginForm/index.scss +0 -8
- package/dist/views/Login/index.scss +0 -8
- package/dist/views/Logout/index.scss +0 -20
- package/dist/views/NotFound/index.scss +0 -37
- package/dist/views/ResetPassword/index.scss +0 -5
- package/dist/views/Unauthorized/index.scss +0 -36
- package/dist/views/Verify/index.scss +0 -14
- package/dist/views/Version/Default/index.scss +0 -70
- package/dist/views/Version/RenderFieldsToDiff/Label/index.scss +0 -4
- package/dist/views/Version/RenderFieldsToDiff/fields/Iterable/index.scss +0 -34
- package/dist/views/Version/RenderFieldsToDiff/fields/Nested/index.scss +0 -12
- package/dist/views/Version/RenderFieldsToDiff/fields/Relationship/index.scss +0 -13
- package/dist/views/Version/RenderFieldsToDiff/fields/Select/index.scss +0 -13
- package/dist/views/Version/RenderFieldsToDiff/fields/Text/index.scss +0 -13
- package/dist/views/Version/RenderFieldsToDiff/index.scss +0 -18
- package/dist/views/Version/Restore/index.scss +0 -30
- package/dist/views/Version/SelectComparison/index.scss +0 -13
- package/dist/views/Version/SelectLocales/index.scss +0 -7
- package/dist/views/Versions/index.scss +0 -108
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
@import '../../../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.auth-fields {
|
|
4
|
-
padding: calc(var(--base) * 2);
|
|
5
|
-
background: var(--theme-elevation-50);
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
gap: var(--base);
|
|
9
|
-
|
|
10
|
-
&__controls {
|
|
11
|
-
display: flex;
|
|
12
|
-
align-items: center;
|
|
13
|
-
gap: calc(var(--base) / 2);
|
|
14
|
-
flex-wrap: wrap;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&__changing-password {
|
|
18
|
-
display: flex;
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
gap: var(--base);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.btn {
|
|
24
|
-
margin: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&__api-key-label {
|
|
28
|
-
position: relative;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@include mid-break {
|
|
32
|
-
padding: var(--base);
|
|
33
|
-
gap: calc(var(--base) / 2);
|
|
34
|
-
|
|
35
|
-
&__changing-password {
|
|
36
|
-
gap: calc(var(--base) / 2);
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.field-type.api-key {
|
|
42
|
-
margin-bottom: var(--base);
|
|
43
|
-
|
|
44
|
-
input {
|
|
45
|
-
@include formInput;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@keyframes highlight {
|
|
50
|
-
0% {
|
|
51
|
-
background: var(--theme-success-250);
|
|
52
|
-
border: 1px solid var(--theme-success-500);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
20% {
|
|
56
|
-
background: var(--theme-input-bg);
|
|
57
|
-
border: 1px solid var(--theme-elevation-250);
|
|
58
|
-
color: var(--theme-text);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
80% {
|
|
62
|
-
background: var(--theme-input-bg);
|
|
63
|
-
border: 1px solid var(--theme-elevation-250);
|
|
64
|
-
color: var(--theme-text);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
100% {
|
|
68
|
-
background: var(--theme-elevation-200);
|
|
69
|
-
border: 1px solid transparent;
|
|
70
|
-
color: var(--theme-elevation-400);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.highlight {
|
|
75
|
-
animation: highlight 10s;
|
|
76
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@import '../../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.collection-edit {
|
|
4
|
-
width: 100%;
|
|
5
|
-
|
|
6
|
-
&__form {
|
|
7
|
-
height: 100%;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&__auth {
|
|
11
|
-
margin-bottom: calc(var(--base) * 2);
|
|
12
|
-
margin-top: calc(var(--base) * 0.5);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@include small-break {
|
|
16
|
-
&__auth {
|
|
17
|
-
margin-top: 0;
|
|
18
|
-
margin-bottom: var(--base);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
@import '../../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.collection-list {
|
|
4
|
-
width: 100%;
|
|
5
|
-
margin-top: base(0.5);
|
|
6
|
-
|
|
7
|
-
&__wrap {
|
|
8
|
-
padding-bottom: var(--spacing-view-bottom);
|
|
9
|
-
|
|
10
|
-
& > *:not(:last-child) {
|
|
11
|
-
margin-bottom: var(--base);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&__header {
|
|
16
|
-
display: flex;
|
|
17
|
-
align-items: flex-end;
|
|
18
|
-
flex-wrap: wrap;
|
|
19
|
-
gap: base(0.75);
|
|
20
|
-
|
|
21
|
-
h1 {
|
|
22
|
-
margin: 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
a {
|
|
26
|
-
text-decoration: none;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.pill {
|
|
30
|
-
position: relative;
|
|
31
|
-
top: -14px;
|
|
32
|
-
margin: 0;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&__sub-header {
|
|
37
|
-
flex-basis: 100%;
|
|
38
|
-
margin-top: base(0.25);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.table {
|
|
42
|
-
table {
|
|
43
|
-
width: 100%;
|
|
44
|
-
overflow: auto;
|
|
45
|
-
|
|
46
|
-
[class^='cell'] > p,
|
|
47
|
-
[class^='cell'] > span,
|
|
48
|
-
[class^='cell'] > a {
|
|
49
|
-
line-clamp: 4;
|
|
50
|
-
-webkit-box-orient: vertical;
|
|
51
|
-
-webkit-line-clamp: 4;
|
|
52
|
-
overflow: hidden;
|
|
53
|
-
display: -webkit-box;
|
|
54
|
-
max-width: 100vw;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
#heading-_select,
|
|
58
|
-
.cell-_select {
|
|
59
|
-
min-width: unset;
|
|
60
|
-
width: auto;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&__no-results {
|
|
66
|
-
display: flex;
|
|
67
|
-
flex-direction: column;
|
|
68
|
-
align-items: flex-start;
|
|
69
|
-
gap: var(--base);
|
|
70
|
-
|
|
71
|
-
& > * {
|
|
72
|
-
margin: 0;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
&__page-controls {
|
|
77
|
-
width: 100%;
|
|
78
|
-
display: flex;
|
|
79
|
-
align-items: center;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.paginator {
|
|
83
|
-
margin-bottom: 0;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&__page-info {
|
|
87
|
-
[dir='ltr'] & {
|
|
88
|
-
margin-right: base(1);
|
|
89
|
-
margin-left: auto;
|
|
90
|
-
}
|
|
91
|
-
[dir='rtl'] & {
|
|
92
|
-
margin-left: base(1);
|
|
93
|
-
margin-right: auto;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&__list-selection {
|
|
98
|
-
position: fixed;
|
|
99
|
-
bottom: 0;
|
|
100
|
-
z-index: 10;
|
|
101
|
-
padding: base(0.75) 0;
|
|
102
|
-
width: 100%;
|
|
103
|
-
background-color: var(--theme-bg);
|
|
104
|
-
|
|
105
|
-
.btn {
|
|
106
|
-
margin: 0 0 0 base(0.5);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.btn {
|
|
110
|
-
background-color: var(--theme-elevation-100);
|
|
111
|
-
cursor: pointer;
|
|
112
|
-
padding: 0 base(0.25);
|
|
113
|
-
border-radius: $style-radius-s;
|
|
114
|
-
|
|
115
|
-
&:hover {
|
|
116
|
-
background-color: var(--theme-elevation-200);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
&__list-selection-actions {
|
|
122
|
-
display: flex;
|
|
123
|
-
gap: base(0.25);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
&__shimmer {
|
|
127
|
-
margin-top: base(1.75);
|
|
128
|
-
width: 100%;
|
|
129
|
-
> div {
|
|
130
|
-
margin-top: 8px;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
@include mid-break {
|
|
135
|
-
margin-top: base(0.25);
|
|
136
|
-
|
|
137
|
-
&__wrap {
|
|
138
|
-
padding-top: 0;
|
|
139
|
-
padding-bottom: 0;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
&__header {
|
|
143
|
-
gap: base(0.5);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
&__sub-header {
|
|
147
|
-
margin-top: 0;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
&__search-input {
|
|
151
|
-
margin: 0;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
// on mobile, extend the table all the way to the viewport edges
|
|
155
|
-
// this is to visually indicate overflowing content
|
|
156
|
-
.table {
|
|
157
|
-
display: flex;
|
|
158
|
-
width: calc(100% + calc(var(--gutter-h) * 2));
|
|
159
|
-
max-width: unset;
|
|
160
|
-
left: calc(var(--gutter-h) * -1);
|
|
161
|
-
position: relative;
|
|
162
|
-
padding-left: var(--gutter-h);
|
|
163
|
-
|
|
164
|
-
&::after {
|
|
165
|
-
content: '';
|
|
166
|
-
height: 1px;
|
|
167
|
-
padding-right: var(--gutter-h);
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
&__page-controls {
|
|
172
|
-
flex-wrap: wrap;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
&__page-info {
|
|
176
|
-
margin-left: 0;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.paginator {
|
|
180
|
-
width: 100%;
|
|
181
|
-
margin-bottom: $baseline;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
@include small-break {
|
|
186
|
-
margin-top: 0;
|
|
187
|
-
margin-bottom: base(3);
|
|
188
|
-
|
|
189
|
-
&__header {
|
|
190
|
-
.pill {
|
|
191
|
-
top: -6px;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
@import '../../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.live-preview-window {
|
|
4
|
-
background-color: var(--theme-bg);
|
|
5
|
-
width: 60%;
|
|
6
|
-
flex-shrink: 0;
|
|
7
|
-
flex-grow: 0;
|
|
8
|
-
position: sticky;
|
|
9
|
-
top: var(--doc-controls-height);
|
|
10
|
-
height: calc(100vh - var(--doc-controls-height));
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
|
|
13
|
-
&__wrapper {
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-direction: column;
|
|
16
|
-
height: 100%;
|
|
17
|
-
justify-content: flex-start;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&__main {
|
|
21
|
-
flex-grow: 1;
|
|
22
|
-
height: 100%;
|
|
23
|
-
width: 100%;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&--has-breakpoint {
|
|
27
|
-
.live-preview-iframe {
|
|
28
|
-
border: 1px solid var(--theme-elevation-100);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.live-preview-window {
|
|
32
|
-
&__main {
|
|
33
|
-
padding: var(--base);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@include mid-break {
|
|
39
|
-
width: 100%;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
@import '../../../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.live-preview-toolbar-controls {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
gap: calc(var(--base) / 3);
|
|
7
|
-
|
|
8
|
-
&__breakpoint {
|
|
9
|
-
border: none;
|
|
10
|
-
background: transparent;
|
|
11
|
-
height: var(--base);
|
|
12
|
-
|
|
13
|
-
&:focus {
|
|
14
|
-
outline: none;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&__device-size {
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&__size {
|
|
24
|
-
width: 50px;
|
|
25
|
-
height: var(--base);
|
|
26
|
-
display: flex;
|
|
27
|
-
align-items: center;
|
|
28
|
-
border: 1px solid var(--theme-elevation-200);
|
|
29
|
-
background: var(--theme-elevation-100);
|
|
30
|
-
border-radius: 2px;
|
|
31
|
-
font-size: small;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&__zoom {
|
|
35
|
-
width: 55px;
|
|
36
|
-
border: none;
|
|
37
|
-
background: transparent;
|
|
38
|
-
height: var(--base);
|
|
39
|
-
|
|
40
|
-
&:focus {
|
|
41
|
-
outline: none;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&__external {
|
|
46
|
-
flex-shrink: 0;
|
|
47
|
-
display: flex;
|
|
48
|
-
width: var(--base);
|
|
49
|
-
height: var(--base);
|
|
50
|
-
align-items: center;
|
|
51
|
-
justify-content: center;
|
|
52
|
-
padding: 6px 0;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.popup-button {
|
|
56
|
-
display: flex;
|
|
57
|
-
align-items: center;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
@import '../../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.live-preview-toolbar {
|
|
4
|
-
display: flex;
|
|
5
|
-
background-color: var(--theme-bg);
|
|
6
|
-
color: var(--theme-text);
|
|
7
|
-
height: calc(var(--base) * 1.75);
|
|
8
|
-
align-items: center;
|
|
9
|
-
flex-shrink: 0;
|
|
10
|
-
|
|
11
|
-
&--static {
|
|
12
|
-
position: relative;
|
|
13
|
-
width: 100%;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
border-bottom: 1px solid var(--theme-elevation-100);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&--draggable {
|
|
19
|
-
@include shadow-lg;
|
|
20
|
-
position: absolute;
|
|
21
|
-
top: 0;
|
|
22
|
-
left: 0;
|
|
23
|
-
margin: 0;
|
|
24
|
-
border-radius: 4px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&__drag-handle {
|
|
28
|
-
background: transparent;
|
|
29
|
-
border: 0;
|
|
30
|
-
padding: 0;
|
|
31
|
-
cursor: grab;
|
|
32
|
-
|
|
33
|
-
.icon--drag-handle .fill {
|
|
34
|
-
fill: var(--theme-elevation-300);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&:active {
|
|
38
|
-
cursor: grabbing;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
@import '../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.live-preview {
|
|
4
|
-
width: 100%;
|
|
5
|
-
display: flex;
|
|
6
|
-
--gradient: linear-gradient(to left, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
|
|
7
|
-
|
|
8
|
-
[dir='rtl'] & {
|
|
9
|
-
flex-direction: row-reverse;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
&--popup-open {
|
|
13
|
-
.live-preview {
|
|
14
|
-
&__edit {
|
|
15
|
-
padding-right: var(--gutter-h);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&__main {
|
|
21
|
-
width: 40%;
|
|
22
|
-
display: flex;
|
|
23
|
-
flex-direction: column;
|
|
24
|
-
min-height: 100%;
|
|
25
|
-
position: relative;
|
|
26
|
-
|
|
27
|
-
&--popup-open {
|
|
28
|
-
width: 100%;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&::after {
|
|
32
|
-
content: ' ';
|
|
33
|
-
position: absolute;
|
|
34
|
-
top: 0;
|
|
35
|
-
right: 0;
|
|
36
|
-
width: calc(var(--base) * 2);
|
|
37
|
-
height: 100%;
|
|
38
|
-
background: var(--gradient);
|
|
39
|
-
pointer-events: none;
|
|
40
|
-
z-index: -1;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@include mid-break {
|
|
45
|
-
flex-direction: column;
|
|
46
|
-
|
|
47
|
-
&__main {
|
|
48
|
-
min-height: initial;
|
|
49
|
-
width: 100%;
|
|
50
|
-
|
|
51
|
-
&::after {
|
|
52
|
-
display: none;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&__form {
|
|
57
|
-
display: block;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
html[data-theme='dark'] {
|
|
63
|
-
.live-preview {
|
|
64
|
-
--gradient: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
@import '../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.not-found {
|
|
4
|
-
margin-top: var(--base);
|
|
5
|
-
display: flex;
|
|
6
|
-
|
|
7
|
-
& > * {
|
|
8
|
-
&:first-child {
|
|
9
|
-
margin-top: 0;
|
|
10
|
-
}
|
|
11
|
-
&:last-child {
|
|
12
|
-
margin-bottom: 0;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&__button {
|
|
17
|
-
margin: 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&--margin-top-large {
|
|
21
|
-
margin-top: calc(var(--base) * 2);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@include large-break {
|
|
25
|
-
&--margin-top-large {
|
|
26
|
-
margin-top: var(--base);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@include small-break {
|
|
31
|
-
margin-top: calc(var(--base) / 2);
|
|
32
|
-
|
|
33
|
-
&--margin-top-large {
|
|
34
|
-
margin-top: calc(var(--base) / 2);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
@import '../../scss/styles.scss';
|
|
2
|
-
|
|
3
|
-
.unauthorized {
|
|
4
|
-
margin-top: var(--base);
|
|
5
|
-
|
|
6
|
-
& > * {
|
|
7
|
-
&:first-child {
|
|
8
|
-
margin-top: 0;
|
|
9
|
-
}
|
|
10
|
-
&:last-child {
|
|
11
|
-
margin-bottom: 0;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&__button {
|
|
16
|
-
margin: 0;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&--margin-top-large {
|
|
20
|
-
margin-top: calc(var(--base) * 2);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@include large-break {
|
|
24
|
-
&--margin-top-large {
|
|
25
|
-
margin-top: var(--base);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@include small-break {
|
|
30
|
-
margin-top: calc(var(--base) / 2);
|
|
31
|
-
|
|
32
|
-
&--margin-top-large {
|
|
33
|
-
margin-top: calc(var(--base) / 2);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|