File size: 1,156 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
50
51
52
53
54
55
56
57
58
59
60
61
62
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";

.update-plugin__plugin-update-wrapper {
	display: flex;
	align-items: center;
	color: var(--studio-gray-60);
	font-size: 0.75rem;
	position: relative;
	margin-block-start: 16px;

	@include break-xlarge {
		margin-block-start: 0;
	}
}

.update-plugin__arrow-icon {
	display: flex;
	position: relative;
	inset-inline-start: 10px;
	fill: var(--studio-gray-40);
}

button.update-plugin__new-version {
	background-color: var(--studio-jetpack-green-50);
	color: var(--studio-white);
	position: relative;
	inset-inline-start: 20px;
}


button.update-plugin__retry-button {
	text-decoration: underline;
	margin-inline-start: 5px;
	margin-block-start: 15px;

	@include break-xlarge {
		margin-block-start: 0;
	}
}

.update-plugin__plugin-action-status {
	position: relative;

	.plugin-action-status {
		margin-block-start: 20px;
	}

	.plugin-action-status-container {
		margin-block-start: 12px;
		transform: translateY(-50%);
		display: flex;

		@include break-xlarge {
			margin-block-start: 0;
			inset-block-start: 50%;
			position: absolute;
			display: inherit;
		}
	}
}