source: RedSur/app/assets/stylesheets/report.scss @ 52c3597

modelo_minuta
Last change on this file since 52c3597 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 309 bytes
Line 
1#reports {
2  padding-top: 2em;
3  .content {
4    float: left;
5    span {
6      display: block;
7    }
8    span.text {
9      padding-bottom: 1em;
10    }
11  }
12  .options {
13    float: right;
14  }
15  .clear {
16    clear: both;
17    border-bottom: 1px solid #808080;
18    padding-bottom: 1em;
19    margin-bottom: 1em;
20  }
21}
Note: See TracBrowser for help on using the repository browser.