Skip to content

Commit a50a093

Browse files
committed
Add - Style to the review notice and this fixes #28
1 parent 1df9aa2 commit a50a093

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

inc/admin/css/theme-review-notice.css

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.theme-review-notice .links {
2+
margin: 10px 0;
3+
}
4+
5+
.theme-review-notice .links a {
6+
height: auto;
7+
padding: 3px 15px;
8+
margin-left: 10px;
9+
text-transform: uppercase;
10+
}
11+
12+
.theme-review-notice .links a .dashicons {
13+
line-height: 1.2;
14+
}
15+
16+
.theme-review-notice .links a.button-primary {
17+
margin-left: 0;
18+
}

0 commit comments

Comments
 (0)