copay/css/main.css

72 lines
1.4 KiB
CSS
Raw Normal View History

2014-03-28 08:32:29 -07:00
* {
2014-03-31 09:10:11 -07:00
font-family: Helvetica, sans-serif !important;
2014-03-28 08:32:29 -07:00
}
body {
2014-03-31 09:10:11 -07:00
background: #F5F5F5;
2014-03-28 08:32:29 -07:00
}
.top-bar-section li:not(.has-form) a:not(.button) {
2014-03-31 09:10:11 -07:00
line-height: 60px;
background: #FAE448;
2014-03-28 08:32:29 -07:00
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
2014-03-31 09:10:11 -07:00
line-height: 60px;
background: #f5f5f5;
color: #111;
font-weight: 700;
2014-03-28 08:32:29 -07:00
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):hover {
2014-03-31 09:10:11 -07:00
background: #111;
color: white;
2014-03-28 08:32:29 -07:00
}
.top-bar-section ul li>a {
2014-03-31 09:10:11 -07:00
color: #111;
text-transform: uppercase;
font-weight: 100;
font-size: 0.9rem;
2014-03-28 08:32:29 -07:00
}
.header {
2014-03-31 09:10:11 -07:00
background: #111;
color: white;
overflow: hidden;
margin-bottom: 30px;
2014-03-28 08:32:29 -07:00
}
.header-content {
2014-03-31 14:06:44 -07:00
padding: 1.5rem 3rem 1.5rem 0;
2014-03-31 09:10:11 -07:00
overflow: hidden;
2014-03-28 08:32:29 -07:00
}
.header h1, h5 {
2014-03-31 09:10:11 -07:00
color: #fff;
2014-03-28 08:32:29 -07:00
}
2014-03-31 14:06:44 -07:00
.panel {
2014-03-31 14:28:59 -07:00
background: #FFFFFF;
padding: 0.25rem 1rem;
2014-03-31 14:06:44 -07:00
}
button.primary { background-color: #111; }
button.secondary { background-color: #FAE448 !important; }
button.primary:hover { background-color: #333;}
button.secondary:hover { background-color: #D7C020 !important;}
2014-03-28 12:39:58 -07:00
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }