Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- /*
- Global project stylesheet.
- */
-
- @import mixins
- @import variables
-
- body
- margin: 0px
-
- *
- font-family: sans-serif
-
- div#main
- padding-top: 4%
-
- div#center
- margin-left: auto
- margin-right: auto
- margin-top: 0px
- width: 75%
-
- div#footer
- @extend .t3
-
- background-color: $lightBlue
- bottom: -50px
- padding-top: 12px
- position: fixed
- width: 100%
- text-align: center
-
- *
- color: white
-
- a
- @extend .t3
-
- text-decoration: none
- font-size: 1.2em
- margin-left: 5%
- margin-right: 5%
-
- &:hover
- text-decoration: underline
-
- p span
- font-size: 0.7em
-
- &:hover
- bottom: 0px
|