Last change
on this file was f29cd58, checked in by gjoko kostadinov <gjokokostadinov@…>, 10 months ago |
Add services search functionality.
|
-
Property mode
set to
100755
|
File size:
1.2 KB
|
Line | |
---|
1 | #wrap {
|
---|
2 | float:left;
|
---|
3 | width: 1000px;
|
---|
4 | }
|
---|
5 |
|
---|
6 | .navbar {
|
---|
7 | margin-bottom: 50px;
|
---|
8 | }
|
---|
9 |
|
---|
10 | body {
|
---|
11 | background-color: #dbdbdb;
|
---|
12 | }
|
---|
13 | header {
|
---|
14 | background-color: white;
|
---|
15 | height: 67px;
|
---|
16 | }
|
---|
17 |
|
---|
18 | .bd-placeholder-img {
|
---|
19 | font-size: 1.125rem;
|
---|
20 | text-anchor: middle;
|
---|
21 | -webkit-user-select: none;
|
---|
22 | -moz-user-select: none;
|
---|
23 | user-select: none;
|
---|
24 | }
|
---|
25 |
|
---|
26 | @media (min-width: 768px) {
|
---|
27 | .bd-placeholder-img-lg {
|
---|
28 | font-size: 3.5rem;
|
---|
29 | }
|
---|
30 | }
|
---|
31 |
|
---|
32 | .b-example-divider {
|
---|
33 | height: 3rem;
|
---|
34 | background-color: rgba(0, 0, 0, .1);
|
---|
35 | border: solid rgba(0, 0, 0, .15);
|
---|
36 | border-width: 1px 0;
|
---|
37 | box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
|
---|
38 | }
|
---|
39 |
|
---|
40 | .b-example-vr {
|
---|
41 | flex-shrink: 0;
|
---|
42 | width: 1.5rem;
|
---|
43 | height: 100vh;
|
---|
44 | }
|
---|
45 |
|
---|
46 | .bi {
|
---|
47 | vertical-align: -.125em;
|
---|
48 | fill: currentColor;
|
---|
49 | }
|
---|
50 |
|
---|
51 | .nav-scroller {
|
---|
52 | position: relative;
|
---|
53 | z-index: 2;
|
---|
54 | height: 2.75rem;
|
---|
55 | overflow-y: hidden;
|
---|
56 | }
|
---|
57 |
|
---|
58 | .nav-scroller .nav {
|
---|
59 | display: flex;
|
---|
60 | flex-wrap: nowrap;
|
---|
61 | padding-bottom: 1rem;
|
---|
62 | margin-top: -1px;
|
---|
63 | overflow-x: auto;
|
---|
64 | text-align: center;
|
---|
65 | white-space: nowrap;
|
---|
66 | -webkit-overflow-scrolling: touch;
|
---|
67 | }
|
---|
68 |
|
---|
69 | .hidden-button {
|
---|
70 | display: none;
|
---|
71 | width: 0px;
|
---|
72 | }
|
---|
73 |
|
---|
74 | .card {
|
---|
75 | padding: 10px;
|
---|
76 | }
|
---|
77 |
|
---|
78 | .welcome_message {
|
---|
79 | width:480px;
|
---|
80 | margin:auto;
|
---|
81 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.