source: resources/assets/sass/components/body.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: 194 bytes
Line 
1body {
2 font-family: 'Inter', sans-serif;
3 position: relative;
4 background-color: #f8fafb;
5 font-size: 15px;
6 color: #505050;
7
8 &.no-scroll {
9 overflow: hidden;
10 }
11}
Note: See TracBrowser for help on using the repository browser.