source: src/main/resources/static/css/homepage.css@ 9050790

Last change on this file since 9050790 was a436340, checked in by Gjoko Kostadinov <gjoko.kostadinov@…>, 17 months ago

Adding customer registration

  • Property mode set to 100644
File size: 1.1 KB
Line 
1#wrap {
2 margin-left: 50px;
3 float:left;
4}
5
6.navbar {
7 margin-bottom: 50px;
8}
9
10body {
11 background-color: #dbdbdb;
12}
13header {
14 background-color: white;
15}
16
17.bd-placeholder-img {
18 font-size: 1.125rem;
19 text-anchor: middle;
20 -webkit-user-select: none;
21 -moz-user-select: none;
22 user-select: none;
23}
24
25@media (min-width: 768px) {
26 .bd-placeholder-img-lg {
27 font-size: 3.5rem;
28 }
29}
30
31.b-example-divider {
32 height: 3rem;
33 background-color: rgba(0, 0, 0, .1);
34 border: solid rgba(0, 0, 0, .15);
35 border-width: 1px 0;
36 box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
37}
38
39.b-example-vr {
40 flex-shrink: 0;
41 width: 1.5rem;
42 height: 100vh;
43}
44
45.bi {
46 vertical-align: -.125em;
47 fill: currentColor;
48}
49
50.nav-scroller {
51 position: relative;
52 z-index: 2;
53 height: 2.75rem;
54 overflow-y: hidden;
55}
56
57.nav-scroller .nav {
58 display: flex;
59 flex-wrap: nowrap;
60 padding-bottom: 1rem;
61 margin-top: -1px;
62 overflow-x: auto;
63 text-align: center;
64 white-space: nowrap;
65 -webkit-overflow-scrolling: touch;
66}
Note: See TracBrowser for help on using the repository browser.