File tree Expand file tree Collapse file tree 1 file changed +146
-0
lines changed Expand file tree Collapse file tree 1 file changed +146
-0
lines changed Original file line number Diff line number Diff line change 1+ body {
2+ font-family : Arial, sans-serif;
3+ background-color : # f8f9fa ;
4+ margin : 0 ;
5+ padding : 0 ;
6+ }
7+
8+ nav {
9+ background-color : # 17a2b8 ;
10+ padding : 1rem ;
11+ text-align : center;
12+ }
13+
14+ .navbar-brand {
15+ color : # fff ;
16+ text-decoration : none;
17+ font-size : 1.5rem ;
18+ }
19+
20+ .container {
21+ max-width : 700px ;
22+ margin : 0 auto;
23+ padding : 1rem ;
24+ display : flex;
25+ flex-direction : column;
26+ flex-wrap : wrap;
27+ align-items : center;
28+ }
29+
30+ # canvas {
31+ margin : auto;
32+ background : # eae7e7 ;
33+ width : 100% ;
34+ }
35+
36+ .custom-file {
37+ width : 100% ;
38+ height : 2.5rem ;
39+ margin-bottom : 1rem ;
40+ display : flex;
41+ align-items : center;
42+ justify-content : center;
43+ cursor : pointer;
44+ }
45+
46+ canvas {
47+ display : block;
48+ max-width : 100% ;
49+ margin : 1rem 0 ;
50+ border : 1px solid # ced4da ;
51+ }
52+
53+ h4 {
54+ font-size : 1.5rem ;
55+ margin : 1rem 0 ;
56+ text-align : center;
57+ color : # 495057 ;
58+ }
59+
60+ .row {
61+ display : flex;
62+ flex-wrap : wrap;
63+ justify-content : space-around;
64+ margin : 1rem auto;
65+ gap : 3px ;
66+ }
67+
68+ .filter-btn {
69+ margin-bottom : 1rem ;
70+ width : 40px ;
71+ height : 30px ;
72+ color : # f8fafc ;
73+ background-color : # 17a2b8 ;
74+ border-color : # 007bff ;
75+ border-radius : 7px ;
76+ font-size : medium;
77+ cursor : pointer;
78+ }
79+
80+ .filter-btn : hover {
81+ background-color : # 0069d9 ;
82+ border-color : # 0056b3 ;
83+ }
84+
85+ .btn-disabled {
86+ width : 80px ;
87+ height : 25px ;
88+ border-color : # 1d2124 ;
89+ border-radius : 3px ;
90+ background-color : # fcfcfc ;
91+ color : # 343739 ;
92+ }
93+
94+ .btn-dark {
95+ color : # fff ;
96+ font-size : medium;
97+ background-color : # 343a40 ;
98+ border-color : # 343a40 ;
99+ border-radius : 7px ;
100+ width : 100px ;
101+ height : 40px ;
102+ cursor : pointer;
103+ }
104+
105+ .btn-dark : hover {
106+ color : # fff ;
107+ background-color : # 23272b ;
108+ border-color : # 1d2124 ;
109+ }
110+
111+ .btn-primary {
112+ color : # fff ;
113+ font-size : medium;
114+ background-color : # 007bff ;
115+ border-color : # 007bff ;
116+ height : 50px ;
117+ width : 150px ;
118+ border-radius : 9px ;
119+ cursor : pointer;
120+ }
121+
122+ .btn-primary : hover {
123+ color : # fff ;
124+ background-color : # 0056b3 ;
125+ border-color : # 004085 ;
126+ height : 56px ;
127+ width : 160px ;
128+ }
129+
130+ .btn-danger {
131+ font-size : medium;
132+ color : # fff ;
133+ background-color : # dc3545 ;
134+ border-color : # dc3545 ;
135+ height : 50px ;
136+ width : 150px ;
137+ border-radius : 9px ;
138+ }
139+
140+ .btn-danger : hover {
141+ color : # fff ;
142+ background-color : # c82333 ;
143+ border-color : # bd2130 ;
144+ height : 56px ;
145+ width : 160px ;
146+ }
You can’t perform that action at this time.
0 commit comments