Added stylesheet
[org.fsf.memberdashboard.git] / assets / css / style.css
CommitLineData
5369ca1a
WT
1.landing-box {
2 color: white;
3 display: inline-block;
4 height: 150px;
5 width: 300px;
6 padding-left: 10px;
7 border-radius: 5px;
8}
9
10#benefits {
11 background-color: #9b59b6;
12}
13
14#communications {
15 background-color: #3498db;
16}
17
18#info {
19 background-color: #2ecc71;
20}
21
22.dashboard-icon {
23 float: right;
24 font-size: 48px;
25 padding: 5px;
26}