source: public/css/main-app.css

Last change on this file was dfae77e, checked in by Igor Danilovski <igor_danilovski@…>, 22 months ago
  • Initial commit;
  • Property mode set to 100644
File size: 1.2 KB
Line 
1/*COLORS*/
2/*Yellow*/
3/*Pink*/
4/*Blue*/
5/*Green*/
6/*Purple*/
7/*CUSTOM NAVBAR*/
8/*END OF CUSTOM NAVBAR*/
9/*#region main variables*/
10.clear {
11 clear: both;
12 content: '';
13 display: table;
14}
15/*#endregion main variables*/
16/*#region div templates*/
17/*#endregion div templates*/
18/*#region bootstrap-select*/
19/*#endregon bootstrap-select*/
20/*#region statusbar*/
21h1,
22h2,
23h3,
24h4,
25h5,
26h6,
27p {
28 margin: 0px 0px 1px 0px;
29}
30a {
31 text-decoration: none !important;
32}
33select {
34 cursor: pointer;
35}
36.justify-content-space-between {
37 justify-content: space-between;
38}
39.btn-check:focus + .btn,
40.btn:focus {
41 outline: 0;
42 box-shadow: 0 0 0 0 transparent;
43}
44.form-select:focus {
45 border-color: #13072B;
46 outline: 0;
47 -ie-box-shadow: none;
48 -o-box-shadow: none;
49 -ms-box-shadow: none;
50 box-shadow: none;
51}
52.dropdown-menu {
53 border-radius: 8px;
54 box-shadow: 0px 0px 28px 9px rgba(0, 0, 0, 0.02);
55}
56.dropdown-menu {
57 padding: 0px;
58}
59.dropdown-item {
60 padding: 10px 14px;
61 border-radius: 8px !important;
62}
63.dropdown-item:hover {
64 background-color: rgba(0, 0, 0, 0.03);
65}
66.dropdown-item.active,
67.dropdown-item:active {
68 background-color: rgba(0, 0, 0, 0.1);
69}
70td {
71 vertical-align: middle;
72 word-wrap: break-word;
73 word-break: break-all;
74}
75
Note: See TracBrowser for help on using the repository browser.