1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

refactored css

This commit is contained in:
Tankred Hase 2013-09-12 12:09:07 +02:00
parent 433a151207
commit ffb4459bd6
4 changed files with 20 additions and 17 deletions

15
src/css/global.scss Normal file
View File

@ -0,0 +1,15 @@
/* global */
body {
font-family: 'PT Sans', sans-serif;
color: $default-text-color;
}
.address {
margin-left: 0.3em;
color: $lightgrey-color;
background-color: $blue-color;
padding: 0.25em 1em;
border-radius: 1em;
box-shadow: 1px 1px 0px $blue-box-shadow-color;
}

View File

@ -20,15 +20,6 @@
p {
line-height: 2.2em;
}
.address {
margin-left: 0.3em;
color: $lightgrey-color;
background-color: $blue-color;
padding: 0.25em 1em;
border-radius: 1em;
box-shadow: 1px 1px 0px $blue-box-shadow-color;
}
}
.seperator-line {

View File

@ -21,15 +21,10 @@ $lightgrey-box-shadow-color: #D8D8D8;
@import "icon-font";
/* global */
body {
font-family: 'PT Sans', sans-serif;
color: $default-text-color;
}
/* import view modules */
@import "global";
@import "message-list-desktop";
@import "message-list";
@import "read";
@import "read";
@import "write";

2
src/css/write.scss Normal file
View File

@ -0,0 +1,2 @@
/* write view */