File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -251,37 +251,18 @@ li:hover{
251
251
{
252
252
a {
253
253
text-decoration : none ;
254
- transition :all ease 250ms ;
255
- & :hover {
256
- transform : scale (1.2 ,1.2 );
257
- -webkit-transform : scale (1.2 ,1.2 );
258
- }
259
254
}
260
255
.icomoon
261
256
{
262
257
font-size : 22px ;
263
258
text-decoration : none ;
264
- transition :all ease 250ms ;
265
-
266
-
267
- }
268
- tr {
269
- transition :all ease 250ms ;
270
259
}
271
260
tr :nth- child(even) {background : #f5f5f5 }
272
261
tr :hover {
273
262
border-color :#777 ;
274
263
}
275
264
}
276
265
277
- .btn
278
- {
279
- transition : all ease 250ms ;
280
- }
281
-
282
-
283
-
284
-
285
266
/* Smartphones (portrait) ----------- */
286
267
/* @screen-xs is Deprecated as of v3.0.1 Bootstrap ----------- */
287
268
@media (max-width :767px ){
Original file line number Diff line number Diff line change @@ -7800,29 +7800,17 @@ body {
7800
7800
/*-------------- zofe rapyd => crud --------------------*/
7801
7801
.table a {
7802
7802
text-decoration : none;
7803
- transition : all ease 250ms ;
7804
- }
7805
- .table a : hover {
7806
- transform : scale (1.2 , 1.2 );
7807
- -webkit-transform : scale (1.2 , 1.2 );
7808
7803
}
7809
7804
.table .icomoon {
7810
7805
font-size : 22px ;
7811
7806
text-decoration : none;
7812
- transition : all ease 250ms ;
7813
- }
7814
- .table tr {
7815
- transition : all ease 250ms ;
7816
7807
}
7817
7808
.table tr : nth-child (even) {
7818
7809
background : # f5f5f5 ;
7819
7810
}
7820
7811
.table tr : hover {
7821
7812
border-color : # 777 ;
7822
7813
}
7823
- .btn {
7824
- transition : all ease 250ms ;
7825
- }
7826
7814
/* Smartphones (portrait) ----------- */
7827
7815
/* @screen-xs is Deprecated as of v3.0.1 Bootstrap ----------- */
7828
7816
@media (max-width : 767px ) {
You can’t perform that action at this time.
0 commit comments