File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
src/framework/resource/css Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * site.css
3
- *
4
2
* Css web application basic
5
3
*/
6
4
7
- /**********************************************************************************************************************
8
- * MAIN *
9
- **********************************************************************************************************************/
10
- : root {
5
+ : root {
11
6
--input-padding-x : .75rem ;
12
7
--input-padding-y : .75rem ;
13
8
}
@@ -27,7 +22,7 @@ html, body {
27
22
}
28
23
29
24
.breadcrumb > li + li : before {
30
- color : # 7c8695 ;
25
+ color : var ( --bs-tertiary-color ) ;
31
26
content : "/\00a0" ;
32
27
padding : 0 5px ;
33
28
}
@@ -49,7 +44,7 @@ html, body {
49
44
}
50
45
51
46
[data-bs-theme = dark ] # contactform-verifycode-image {
52
- background-color : # ced4da ;
47
+ background-color : var ( --bs-secondary-color ) ;
53
48
border : 1px solid rgba (255 , 255 , 255 , 0.1 );
54
49
box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.3 );
55
50
}
You can’t perform that action at this time.
0 commit comments