source: KernelRecordsMVC.Web/wwwroot/css/site.css@ 08aefc6

main
Last change on this file since 08aefc6 was 08aefc6, checked in by mmilevski <markomilevski3@…>, 4 weeks ago

Initial commit

  • Property mode set to 100644
File size: 341 bytes
Line 
1html {
2 font-size: 14px;
3}
4
5@media (min-width: 768px) {
6 html {
7 font-size: 16px;
8 }
9}
10
11.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
12 box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
13}
14
15html {
16 position: relative;
17 min-height: 100%;
18}
19
20body {
21 margin-bottom: 60px;
22}
Note: See TracBrowser for help on using the repository browser.