Improved toast styling, minor CSS tidy.

This commit is contained in:
Oliver Hamlet
2014-12-24 14:54:04 +00:00
parent a3e38c1759
commit 9e6581fa73
2 changed files with 5 additions and 9 deletions
+4 -5
View File
@@ -78,7 +78,9 @@ html /deep/ paper-menu-button paper-checkbox {
line-height: 1.714;
/*letter-spacing: 0.01em;*/
}
.body1, html /deep/ paper-checkbox {
.body1,
html /deep/ paper-checkbox,
paper-toast {
font-weight: 400;
font-size: 1rem;
line-height: 1.429;
@@ -195,10 +197,7 @@ section {
margin: 8px;
margin-bottom: 0;
padding: 16px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;
}
section h1 {
+1 -4
View File
@@ -35,10 +35,7 @@ loot-clear-metadata
margin: 8px;
margin-bottom: 0;
position: relative;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px, rgba(0, 0, 0, 0.0980392) 0px 0px 3px;
position: relative;
transition: 0.6s;