File size: 471 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
.domain-information-details {
	.whois-raw-data {
		animation: l-block-fade-in 250ms ease-in;

		button {
			margin-bottom: 0.5rem;
		}

		p {
			font-size: 0.875rem !important;
			/* stylelint-disable-next-line */
			line-height: 1.25rem;
			color: var(--studio-gray) !important;
		}

		pre {
			background: transparent;
			font-size: 0.875rem;
			/* stylelint-disable-next-line */
			line-height: 1.25rem;
			padding: 0;
			margin: 0;
			white-space: pre-line;
		}
	}
}