mirror of
https://github.com/moparisthebest/mail
synced 2024-11-15 13:45:08 -05:00
refactored css
This commit is contained in:
parent
433a151207
commit
ffb4459bd6
15
src/css/global.scss
Normal file
15
src/css/global.scss
Normal 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;
|
||||||
|
}
|
@ -20,15 +20,6 @@
|
|||||||
p {
|
p {
|
||||||
line-height: 2.2em;
|
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 {
|
.seperator-line {
|
||||||
|
@ -21,15 +21,10 @@ $lightgrey-box-shadow-color: #D8D8D8;
|
|||||||
|
|
||||||
@import "icon-font";
|
@import "icon-font";
|
||||||
|
|
||||||
/* global */
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: 'PT Sans', sans-serif;
|
|
||||||
color: $default-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* import view modules */
|
/* import view modules */
|
||||||
|
|
||||||
|
@import "global";
|
||||||
@import "message-list-desktop";
|
@import "message-list-desktop";
|
||||||
@import "message-list";
|
@import "message-list";
|
||||||
@import "read";
|
@import "read";
|
||||||
|
@import "write";
|
2
src/css/write.scss
Normal file
2
src/css/write.scss
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/* write view */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user