File size: 592 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
body.is-section-signup {
	.signup__step.is-difm-site-picker {
		.formatted-header {
			a.subtitle-link,
			button.subtitle-link {
				text-decoration: underline;
				cursor: pointer;
				font-size: 1rem;
				line-height: 20px;
				padding-top: 12px;
				color: var(--studio-gray-90);
				letter-spacing: -0.16px;
				white-space: nowrap;

				&:hover {
					color: var(--studio-gray-70);
				}
			}
		}
	}
}

.ReactModalPortal {
	.difm-site-delete-confirmation {
		.dialog__action-buttons {
			text-align: center;
			padding: 40px 16px 50px;

			.button {
				min-width: 152px;
			}
		}
	}
}