copay/css/tpl-clean.css

15 lines
207 B
CSS
Raw Normal View History

2014-04-25 13:22:51 -07:00
.logo {
2014-05-26 12:37:56 -07:00
background: transparent url('../img/logo.png') no-repeat;
2014-04-25 13:22:51 -07:00
}
2014-05-01 08:01:15 -07:00
#footer {
background: #333;
color: #fff;
}
2014-05-15 14:02:21 -07:00
.dr-notification {
background-color: #000;
color: #fff;
border: 1px solid #eee;
}