refactor(main): begin extracting styles from main.scss

This commit is contained in:
Jason Dreyzehner 2016-10-03 14:24:51 -04:00
commit 05d4fc7dce
8 changed files with 62 additions and 93 deletions

View file

@ -0,0 +1,10 @@
.coinbase-preferences {
ul {
font-size: 14px;
background: white;
li {
padding: 16px 10px 16px 16px;
border-bottom: 1px solid #E9E9EC;
}
}
}