diff options
Diffstat (limited to 'css/_footer.sass')
-rw-r--r-- | css/_footer.sass | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/css/_footer.sass b/css/_footer.sass new file mode 100644 index 0000000..4a2ceaf --- /dev/null +++ b/css/_footer.sass @@ -0,0 +1,27 @@ +footer + .menu + background: $azul_primario + ul + list-style: none + overflow: hidden + margin: 0 + padding: 0 + li + float: left + display: inline-block + a + color: #fff + display: inline-block + padding: 1em 1.25em + font-size: 0.87em + color: #fff + &:hover + text-decoration: none + background: $azul_secudario + .copyleft + p + font-size: 0.87em + color: #000 + padding: 0.625em + text-align: center + margin: 0 |