visual tweaks

This commit is contained in:
Andy Miller
2015-07-28 18:40:22 -06:00
parent 566ad6590d
commit e9f79af6c5
3 changed files with 7 additions and 6 deletions

View File

@@ -2112,10 +2112,10 @@ button.toast-close-button {
margin: 1rem -1rem -1rem -1rem;
height: 4rem;
text-align: right;
padding: 1rem; }
padding: 1rem;
font-size: 1rem;
font-weight: bold; }
.gpm .themes .gpm-actions.active-theme {
font-size: 1rem;
font-weight: bold;
text-align: center;
background: #314D5B;
color: #EEEEEE; }

File diff suppressed because one or more lines are too long

View File

@@ -114,10 +114,11 @@
height: 4rem;
text-align: right;
padding: 1rem;
font-size: 1rem;
font-weight: bold;
&.active-theme {
font-size: 1rem;
font-weight: bold;
text-align: center;
background: $page-bg;
color: $content-bg;