Last change
on this file was dfae77e, checked in by Igor Danilovski <igor_danilovski@…>, 2 years ago |
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | // Variables
|
---|
2 | @import "variables.less";
|
---|
3 |
|
---|
4 | h1,
|
---|
5 | h2,
|
---|
6 | h3,
|
---|
7 | h4,
|
---|
8 | h5,
|
---|
9 | h6,
|
---|
10 | p {
|
---|
11 | margin: 0px 0px 1px 0px;
|
---|
12 | }
|
---|
13 |
|
---|
14 | a {
|
---|
15 | text-decoration: none !important;
|
---|
16 | }
|
---|
17 |
|
---|
18 | select {
|
---|
19 | cursor: pointer;
|
---|
20 | }
|
---|
21 |
|
---|
22 | .justify-content-space-between {
|
---|
23 | justify-content: space-between;
|
---|
24 | }
|
---|
25 |
|
---|
26 | // BOOTSTRAP CSS OVERWRITE
|
---|
27 | .btn-check:focus+.btn,
|
---|
28 | .btn:focus {
|
---|
29 | outline: 0;
|
---|
30 | box-shadow: 0 0 0 0 transparent;
|
---|
31 | }
|
---|
32 |
|
---|
33 | .form-select:focus {
|
---|
34 | border-color: @colorBlueDark;
|
---|
35 | outline: 0;
|
---|
36 | .shadow(none);
|
---|
37 | }
|
---|
38 |
|
---|
39 | .dropdown-menu {
|
---|
40 | border-radius: 8px;
|
---|
41 | box-shadow: 0px 0px 28px 9px rgba(0, 0, 0, 0.02);
|
---|
42 | }
|
---|
43 |
|
---|
44 | .dropdown-menu {
|
---|
45 | padding: 0px;
|
---|
46 |
|
---|
47 | //transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
|
---|
48 | // &.active {
|
---|
49 | // background-color: rgba(0, 0, 0, 0.05);
|
---|
50 | // }
|
---|
51 |
|
---|
52 | // &:active {
|
---|
53 | // background-color: rgba(0, 0, 0, 0.05);
|
---|
54 | // }
|
---|
55 | }
|
---|
56 |
|
---|
57 | .dropdown-item {
|
---|
58 | padding: 10px 14px;
|
---|
59 | border-radius: 8px !important;
|
---|
60 |
|
---|
61 | &:hover {
|
---|
62 | background-color: rgba(0, 0, 0, 0.03);
|
---|
63 | }
|
---|
64 | }
|
---|
65 |
|
---|
66 | .dropdown-item.active,
|
---|
67 | .dropdown-item:active {
|
---|
68 | background-color: rgba(0, 0, 0, 0.1);
|
---|
69 | }
|
---|
70 |
|
---|
71 | // END OF BOOTSTRAP CSS OVERWRITE
|
---|
72 | td {
|
---|
73 | vertical-align: middle;
|
---|
74 | word-wrap:break-word;
|
---|
75 | word-break:break-all;
|
---|
76 | }
|
---|
77 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.