1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Provide the basic layout framework for UX/UI

This commit is contained in:
Harvey Kandola 2018-05-22 15:56:54 +01:00
parent 942bc386f4
commit eb7ebf391d
18 changed files with 212 additions and 141 deletions

View file

@ -0,0 +1,9 @@
.footer {
background-color: $color-off-white;
background-color: $color-primary-light;
// border-top: 1px solid $color-gray-light2;
color: $color-gray;
font-weight: 500;
font-size: 0.9rem;
padding: 10px 2rem;
}