donation-module/assets/sass/screen.scss

43 lines
793 B
SCSS

/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import "compass/reset";
.donation{
display: inline-block;
width:25%;
.count_bar{
width:100%;
margin:0;
padding:0;
height:20px;
background-color: #777;
.status_bar{
width:0%;
margin:0;
padding:0;
height:20px;
background-color: green;
}
}
.row {
.col-2{
display:inline-block;
width:49%;
}
}
.title{
margin-top:0.5em;
margin-bottom: 0.5em;
padding-left:1em;
}
.amount, .amount_required, .row .col-2{
text-align:center;
margin-top:1em;
margin-bottom: 0.7em;
}
}