File size: 892 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@import "@wordpress/base-styles/breakpoints";

.reauth-required__send-sms-throttled {
	margin-bottom: 1em;
}

.reauth-required__dialog {
	max-width: 400px;
	padding: 0;
}

.reauth-required__sign-out {
	cursor: pointer;
}
.reauth-required__button {
	width: 100%;
}

.reauth-required__logout {
	margin-top: 1em;
}

// Let the left section of the masterbar be on top of the dialog during reauth.
.reauth-required__dialog-body {
	.masterbar {
		position: inherit;
		transition: none;
		margin-bottom: -46px;

		@media (max-width: $break-small) {
			margin-bottom: 0;
		}

		@media (min-width: $break-medium) {
			margin-bottom: -32px;
		}

		.masterbar__section--left {
			z-index: z-index("root", ".reauth-required__dialog-body .masterbar__section--left");
		}
	}
	.layout__content {
		@media (max-width: $break-small) {
			padding-top: 16px !important;
			transition: none !important;
		}
	}
}