11body {
2- color : # ffffff ;
2+ color : # 333333 ;
33 font : normal 125% / 1.4 "Roboto" , sans-serif;
44}
55
@@ -31,9 +31,13 @@ body {
3131 text-decoration : none;
3232 transition : all 100ms ease-in;
3333 white-space : nowrap;
34+ align-items : center;
35+ display : inline-flex;
36+ justify-content : center;
37+ margin : 5px 0 ;
3438}
3539
36- .btn--default {
40+ .btn {
3741 align-items : center;
3842 display : inline-flex;
3943 justify-content : center;
@@ -44,11 +48,19 @@ body {
4448 Button Colors
4549---------------------------*/
4650/* Primary Button --- Green */
47- .btn-primary {
51+ .btn {
4852 background : # 247984 ;
4953 color : # ffffff ;
54+ border : 4px solid transparent;
55+ }
56+ .btn : focus , .btn .focus {
57+ border-color : # 0D5761 ;
58+ outline-color : # 0D5761 ;
59+ }
60+ .btn : disabled {
61+ background : # c6c6c6 ;
5062}
51- .btn-primary : hover , .btn-primary : active , .btn-primary : focus {
63+ .btn : hover , .btn : active , .btn . hover , . btn . active {
5264 background : # 0D5761 ;
5365 color : # ffffff ;
5466 text-decoration : none;
@@ -99,4 +111,147 @@ body {
99111 btn--page-name-button-function
100112 EXAMPLE: btn--home-getting-started
101113- Page-specific class names should live in that specific page's .scss file.
102- */
114+ */
115+ table {
116+ background-color : # ffffff ;
117+ }
118+ table col [class *= col- ] {
119+ position : static;
120+ display : table-column;
121+ float : none;
122+ }
123+ table td [class *= col- ],
124+ table th [class *= col- ] {
125+ position : static;
126+ display : table-cell;
127+ float : none;
128+ }
129+
130+ caption {
131+ padding-top : 0.5rem ;
132+ padding-bottom : 0.5rem ;
133+ color : # 989898 ;
134+ text-align : left;
135+ }
136+
137+ th {
138+ text-align : left;
139+ }
140+
141+ .table {
142+ width : 100% ;
143+ max-width : 100% ;
144+ margin-bottom : 1.5rem ;
145+ }
146+ .table > thead > tr > th ,
147+ .table > thead > tr > td ,
148+ .table > tbody > tr > th ,
149+ .table > tbody > tr > td ,
150+ .table > tfoot > tr > th ,
151+ .table > tfoot > tr > td {
152+ padding : 0.5rem ;
153+ line-height : 1.5 ;
154+ vertical-align : top;
155+ border-top : 1px solid # 333333 ;
156+ }
157+ .table > thead > tr > th {
158+ vertical-align : bottom;
159+ border-bottom : 2px solid # 333333 ;
160+ }
161+ .table > caption + thead > tr : first-child > th ,
162+ .table > caption + thead > tr : first-child > td ,
163+ .table > colgroup + thead > tr : first-child > th ,
164+ .table > colgroup + thead > tr : first-child > td ,
165+ .table > thead : first-child > tr : first-child > th ,
166+ .table > thead : first-child > tr : first-child > td {
167+ border-top : 0 ;
168+ }
169+ .table > tbody + tbody {
170+ border-top : 2px solid # 333333 ;
171+ }
172+ .table .table {
173+ background-color : # ffffff ;
174+ }
175+
176+ .table-condensed > thead > tr > th ,
177+ .table-condensed > thead > tr > td ,
178+ .table-condensed > tbody > tr > th ,
179+ .table-condensed > tbody > tr > td ,
180+ .table-condensed > tfoot > tr > th ,
181+ .table-condensed > tfoot > tr > td {
182+ padding : 0.25rem ;
183+ }
184+
185+ .table-bordered {
186+ border : 1px solid # 333333 ;
187+ }
188+ .table-bordered > thead > tr > th ,
189+ .table-bordered > thead > tr > td ,
190+ .table-bordered > tbody > tr > th ,
191+ .table-bordered > tbody > tr > td ,
192+ .table-bordered > tfoot > tr > th ,
193+ .table-bordered > tfoot > tr > td {
194+ border : 1px solid # 333333 ;
195+ }
196+ .table-bordered > thead > tr > th ,
197+ .table-bordered > thead > tr > td {
198+ border-bottom-width : 2px ;
199+ }
200+
201+ .table-striped > tbody > tr : nth-of-type (odd ) {
202+ background-color : # F8F9FC ;
203+ }
204+
205+ .table-hover > tbody > tr : hover {
206+ background-color : # 989898 ;
207+ }
208+
209+ .table-responsive {
210+ min-height : 0.01% ;
211+ overflow-x : auto;
212+ }
213+ @media screen and (max-width : (max-width: 767px)) {
214+ .table-responsive {
215+ width : 100% ;
216+ margin-bottom : 1.125rem ;
217+ overflow-y : hidden;
218+ -ms-overflow-style : -ms-autohiding-scrollbar;
219+ border : 1px solid # F8F9FC ;
220+ }
221+ .table-responsive > .table {
222+ margin-bottom : 0 ;
223+ }
224+ .table-responsive > .table > thead > tr > th ,
225+ .table-responsive > .table > thead > tr > td ,
226+ .table-responsive > .table > tbody > tr > th ,
227+ .table-responsive > .table > tbody > tr > td ,
228+ .table-responsive > .table > tfoot > tr > th ,
229+ .table-responsive > .table > tfoot > tr > td {
230+ white-space : nowrap;
231+ }
232+ .table-responsive > .table-bordered {
233+ border : 0 ;
234+ }
235+ .table-responsive > .table-bordered > thead > tr > th : first-child ,
236+ .table-responsive > .table-bordered > thead > tr > td : first-child ,
237+ .table-responsive > .table-bordered > tbody > tr > th : first-child ,
238+ .table-responsive > .table-bordered > tbody > tr > td : first-child ,
239+ .table-responsive > .table-bordered > tfoot > tr > th : first-child ,
240+ .table-responsive > .table-bordered > tfoot > tr > td : first-child {
241+ border-left : 0 ;
242+ }
243+ .table-responsive > .table-bordered > thead > tr > th : last-child ,
244+ .table-responsive > .table-bordered > thead > tr > td : last-child ,
245+ .table-responsive > .table-bordered > tbody > tr > th : last-child ,
246+ .table-responsive > .table-bordered > tbody > tr > td : last-child ,
247+ .table-responsive > .table-bordered > tfoot > tr > th : last-child ,
248+ .table-responsive > .table-bordered > tfoot > tr > td : last-child {
249+ border-right : 0 ;
250+ }
251+ .table-responsive > .table-bordered > tbody > tr : last-child > th ,
252+ .table-responsive > .table-bordered > tbody > tr : last-child > td ,
253+ .table-responsive > .table-bordered > tfoot > tr : last-child > th ,
254+ .table-responsive > .table-bordered > tfoot > tr : last-child > td {
255+ border-bottom : 0 ;
256+ }
257+ }/*# sourceMappingURL=main.css.map */
0 commit comments