source: Farmatiko/ClientApp/src/app/nav-menu/nav-menu.component.css@ afefe75

Last change on this file since afefe75 was 785b8bd, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Dashboards v0.1

  • Property mode set to 100644
File size: 290 bytes
Line 
1a.navbar-brand {
2 white-space: normal;
3 text-align: center;
4 word-break: break-all;
5}
6
7a.navbar-brand img {
8 width: 200px;
9}
10
11html {
12 font-size: 14px;
13}
14
15@media (min-width: 768px) {
16 html {
17 font-size: 16px;
18 }
19}
20
21.box-shadow {
22 box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
23}
Note: See TracBrowser for help on using the repository browser.