File size: 477 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
@import "@automattic/color-studio/dist/color-variables";
@import "@automattic/typography/styles/variables";

.plugins-update-manager {
	.notification-settings-form {
		label {
			font-size: $font-body-small;
			font-weight: 500;
			color: $studio-black;
			margin-bottom: 0.5rem;
		}

		.components-text.info-msg {
			font-size: $font-body-small;
			color: $studio-gray-60;
			line-height: 20px;
			margin-bottom: 1rem;
		}

		.form-field {
			margin-bottom: 1.25rem;
		}
	}
}