source: resources/assets/sass/components/footer.scss@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 539 bytes
Line 
1footer.content-footer {
2 padding: 15px 30px;
3 background-color: white;
4 box-shadow: 0 0 10px -8px rgba(0, 0, 0, 1.501961);
5 display: flex;
6 align-items: center;
7 justify-content: space-between;
8 margin-left: $navigation-width;
9
10 & * {
11 text-transform: uppercase;
12 letter-spacing: .5px;
13 font-size: 12px;
14 }
15
16 .nav {
17 a {
18 padding: 5px 0;
19 margin-left: 15px;
20
21 &:hover {
22 background: none !important;
23 }
24 }
25 }
26
27}
Note: See TracBrowser for help on using the repository browser.