source: RedSur/app/assets/stylesheets/footer.scss @ 101698b

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

Version para desarrollo local

  • Property mode set to 100755
File size: 690 bytes
Line 
1footer {
2  width: 100%;
3  left: 0;
4  bottom: 0;
5  color: $text-grey;
6
7  .container {
8    width: 95%;
9    margin: 4em auto 0 auto;
10    padding: 0.5em 0 1em 0;
11    border-top: 1px solid $border-grey;
12  }
13
14  .branding-powered_by_diaspora {
15    display: inline-block;
16    margin-top: 3px;
17    height: 11px;
18    width: 145px;
19  }
20
21  ul#footer_nav {
22    margin: 0;
23    padding: 0;
24    display: inline-block;
25    float: right;
26
27    > li {
28      display: inline;
29      margin-right: 1em;
30
31      &.separator {
32        margin-left: -.35em;
33        margin-right: .65em;
34        opacity: 0.6;
35      }
36
37      &:last-child {
38        margin: 0;
39      }
40    }
41
42    a {
43      color: $link-grey;
44    }
45  }
46}
Note: See TracBrowser for help on using the repository browser.