summaryrefslogtreecommitdiff
path: root/inc/assets/css/astra-notices.css
blob: b5d4ce7d477865325ae1c58d473e42fd021e5d4c (plain) (blame)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.astra-review-notice-container {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.astra-review-notice-container .dashicons {
    font-size: 1.4em;
	padding-left: 10px;
}

.astra-review-notice-container a {
    padding-left: 5px;
    text-decoration: none;
}

.astra-review-notice-container .dashicons:first-child {
    padding-left: 0;
}

.notice-image img {
    max-width: 90px;
}

.notice-content .notice-heading {
    padding-bottom: 5px;
}

.notice-content {
    margin-left: 15px;
}

.notice-container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
}

#astra-sites-on-active .notice-image img {
    max-width: 60px;
    margin-left: 5px;
}

#astra-sites-on-active .notice-content .notice-heading {
    margin: 0 0 8px;
    padding: 0;
    font-weight: bolder;
    font-size: 1.3em;
    color: #2e4453;
}

#astra-sites-on-active .notice-content p {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 6px;
}

#astra-sites-on-active .notice-container {
    padding: 18px 0 18px;
    align-items: start;
}

#astra-sites-on-active .button.button-hero {
    font-size: 13px;
    min-height: 30px;
    line-height: 26px;
    padding: 0 12px;
    height: 30px;
}

#astra-sites-on-active .astra-review-notice-container {
    padding-top: 5px;
}

#astra-sites-on-active .button-primary {
    box-shadow: 0 1px 0 #006799;
}

#astra-sites-on-active .button.updating-message:before,
#astra-sites-on-active .button.updated-message:before,
#astra-sites-on-active .button.installed:before,
#astra-sites-on-active .button.installing:before {
	margin: 4px 5px 0px -1px;
}