blob: 1432f2e6d0d57e523d27248b563b900fb6c8a3b6 (
plain)
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
|
/*!
* Do not modify this file directly. It is compiled Sass code.
* @see: jetpack/_inc/jetpack.scss
*/
.updated.jp-banner {
position: relative;
padding: 0;
}
.updated .jp-banner__header {
font-size: 18px;
font-weight: 400;
margin-top: 0;
}
.updated .jp-banner__button-container {
padding: 12px 0 0;
}
.jp-banner .notice-dismiss {
text-decoration: none;
}
.jp-banner__description {
font-size: 14px;
}
.jp-banner__description-container {
padding: 16px;
}
|