@@ -360,6 +360,12 @@ pre {
360
360
.alert .alert-inverse .alert-link {
361
361
color : # e6e6e6 ; }
362
362
363
+ .animated {
364
+ -webkit-animation-duration : .5s ;
365
+ animation-duration : .5s ;
366
+ -webkit-animation-delay : .1s ;
367
+ animation-delay : .1s ; }
368
+
363
369
.btn {
364
370
background-image : none;
365
371
border-radius : 0 ;
@@ -680,12 +686,6 @@ pre {
680
686
-webkit-transform : scaleX (0 );
681
687
transform : scaleX (0 ); }
682
688
683
- .animated {
684
- -webkit-animation-duration : .5s ;
685
- animation-duration : .5s ;
686
- -webkit-animation-delay : .1s ;
687
- animation-delay : .1s ; }
688
-
689
689
.card {
690
690
background-color : # fff ;
691
691
-webkit-box-shadow : 1px 1px 5px rgba (126 , 142 , 159 , 0.1 );
@@ -1139,39 +1139,6 @@ label,
1139
1139
.images-container .image-container .new : hover {
1140
1140
opacity : 1 ; }
1141
1141
1142
- .logo {
1143
- display : inline-block;
1144
- width : 45px ;
1145
- height : 25px ;
1146
- vertical-align : middle;
1147
- margin-right : 5px ;
1148
- position : relative; }
1149
- .logo .l {
1150
- width : 11px ;
1151
- height : 11px ;
1152
- border-radius : 50% ;
1153
- background-color : # 52BCD3 ;
1154
- position : absolute; }
1155
- .logo .l .l1 {
1156
- bottom : 0 ;
1157
- left : 0 ; }
1158
- .logo .l .l2 {
1159
- width : 7px ;
1160
- height : 7px ;
1161
- bottom : 13px ;
1162
- left : 10px ; }
1163
- .logo .l .l3 {
1164
- width : 7px ;
1165
- height : 7px ;
1166
- bottom : 4px ;
1167
- left : 17px ; }
1168
- .logo .l .l4 {
1169
- bottom : 13px ;
1170
- left : 25px ; }
1171
- .logo .l .l5 {
1172
- bottom : 0 ;
1173
- left : 34px ; }
1174
-
1175
1142
/* *******************************************
1176
1143
* Item List general styles
1177
1144
********************************************** */
@@ -1470,6 +1437,39 @@ label,
1470
1437
.card > .item-list .item > .item-row {
1471
1438
padding : 0 10px ; } }
1472
1439
1440
+ .logo {
1441
+ display : inline-block;
1442
+ width : 45px ;
1443
+ height : 25px ;
1444
+ vertical-align : middle;
1445
+ margin-right : 5px ;
1446
+ position : relative; }
1447
+ .logo .l {
1448
+ width : 11px ;
1449
+ height : 11px ;
1450
+ border-radius : 50% ;
1451
+ background-color : # 52BCD3 ;
1452
+ position : absolute; }
1453
+ .logo .l .l1 {
1454
+ bottom : 0 ;
1455
+ left : 0 ; }
1456
+ .logo .l .l2 {
1457
+ width : 7px ;
1458
+ height : 7px ;
1459
+ bottom : 13px ;
1460
+ left : 10px ; }
1461
+ .logo .l .l3 {
1462
+ width : 7px ;
1463
+ height : 7px ;
1464
+ bottom : 4px ;
1465
+ left : 17px ; }
1466
+ .logo .l .l4 {
1467
+ bottom : 13px ;
1468
+ left : 25px ; }
1469
+ .logo .l .l5 {
1470
+ bottom : 0 ;
1471
+ left : 34px ; }
1472
+
1473
1473
.modal-body .modal-tab-container {
1474
1474
padding : 0 ; }
1475
1475
.modal-body .modal-tab-container .modal-tabs {
@@ -1680,16 +1680,6 @@ span a {
1680
1680
.wyswyg .ql-container .ql-editor {
1681
1681
min-height : 200px ; }
1682
1682
1683
- .modal .modal-content {
1684
- border-radius : 0 ; }
1685
-
1686
- .modal .modal-header {
1687
- background-color : # 52BCD3 ;
1688
- color : # ffffff ; }
1689
-
1690
- .modal .modal-footer .btn {
1691
- margin-bottom : 0 ; }
1692
-
1693
1683
.footer {
1694
1684
background-color : # fff ;
1695
1685
position : absolute;
@@ -1913,6 +1903,16 @@ span a {
1913
1903
.sidebar-mobile-menu-handle {
1914
1904
display : block; } }
1915
1905
1906
+ .modal .modal-content {
1907
+ border-radius : 0 ; }
1908
+
1909
+ .modal .modal-header {
1910
+ background-color : # 52BCD3 ;
1911
+ color : # ffffff ; }
1912
+
1913
+ .modal .modal-footer .btn {
1914
+ margin-bottom : 0 ; }
1915
+
1916
1916
.flot-chart {
1917
1917
display : block;
1918
1918
height : 225px ; }
@@ -2536,45 +2536,6 @@ span a {
2536
2536
margin-left : -5px ;
2537
2537
border-left : 1px solid # ddd ; } }
2538
2538
2539
- # modal-media .modal-body {
2540
- min-height : 250px ; }
2541
-
2542
- # modal-media .modal-tab-content {
2543
- min-height : 300px ; }
2544
-
2545
- # modal-media .images-container {
2546
- padding : 15px ;
2547
- text-align : center; }
2548
- # modal-media .images-container .image-container {
2549
- margin : 0 auto 10px auto;
2550
- cursor : pointer;
2551
- -webkit-transition : all 0.3s ease;
2552
- transition : all 0.3s ease;
2553
- display : inline-block;
2554
- float : none; }
2555
- # modal-media .images-container .image-container : hover {
2556
- border-color : rgba (82 , 188 , 211 , 0.5 ); }
2557
- # modal-media .images-container .image-container .active {
2558
- border-color : rgba (82 , 188 , 211 , 0.5 ); }
2559
-
2560
- # modal-media .upload-container {
2561
- padding : 15px ; }
2562
- # modal-media .upload-container .dropzone {
2563
- position : relative;
2564
- border : 2px dashed # 52BCD3 ;
2565
- height : 270px ; }
2566
- # modal-media .upload-container .dropzone .dz-message-block {
2567
- position : absolute;
2568
- top : 50% ;
2569
- left : 50% ;
2570
- -webkit-transform : translateY (-50% ) translateX (-50% );
2571
- transform : translateY (-50% ) translateX (-50% ); }
2572
- # modal-media .upload-container .dropzone .dz-message-block .dz-message {
2573
- margin : 0 ;
2574
- font-size : 24px ;
2575
- color : # 52BCD3 ;
2576
- width : 230px ; }
2577
-
2578
2539
.header .header-block-buttons {
2579
2540
text-align : center;
2580
2541
margin-left : auto;
@@ -2699,17 +2660,6 @@ span a {
2699
2660
-webkit-transform : scaleX (1 );
2700
2661
transform : scaleX (1 ); }
2701
2662
2702
- .sidebar-header .brand {
2703
- color : # fff ;
2704
- text-align : left;
2705
- padding-left : 25px ;
2706
- line-height : 70px ;
2707
- font-size : 16px ; }
2708
- @media (max-width : 767.98px ) {
2709
- .sidebar-header .brand {
2710
- line-height : 50px ;
2711
- font-size : 16px ; } }
2712
-
2713
2663
.customize {
2714
2664
width : 100% ;
2715
2665
color : rgba (255 , 255 , 255 , 0.5 );
@@ -2803,6 +2753,56 @@ span a {
2803
2753
left : 0 ;
2804
2754
color : # fff ; }
2805
2755
2756
+ .sidebar-header .brand {
2757
+ color : # fff ;
2758
+ text-align : left;
2759
+ padding-left : 25px ;
2760
+ line-height : 70px ;
2761
+ font-size : 16px ; }
2762
+ @media (max-width : 767.98px ) {
2763
+ .sidebar-header .brand {
2764
+ line-height : 50px ;
2765
+ font-size : 16px ; } }
2766
+
2767
+ # modal-media .modal-body {
2768
+ min-height : 250px ; }
2769
+
2770
+ # modal-media .modal-tab-content {
2771
+ min-height : 300px ; }
2772
+
2773
+ # modal-media .images-container {
2774
+ padding : 15px ;
2775
+ text-align : center; }
2776
+ # modal-media .images-container .image-container {
2777
+ margin : 0 auto 10px auto;
2778
+ cursor : pointer;
2779
+ -webkit-transition : all 0.3s ease;
2780
+ transition : all 0.3s ease;
2781
+ display : inline-block;
2782
+ float : none; }
2783
+ # modal-media .images-container .image-container : hover {
2784
+ border-color : rgba (82 , 188 , 211 , 0.5 ); }
2785
+ # modal-media .images-container .image-container .active {
2786
+ border-color : rgba (82 , 188 , 211 , 0.5 ); }
2787
+
2788
+ # modal-media .upload-container {
2789
+ padding : 15px ; }
2790
+ # modal-media .upload-container .dropzone {
2791
+ position : relative;
2792
+ border : 2px dashed # 52BCD3 ;
2793
+ height : 270px ; }
2794
+ # modal-media .upload-container .dropzone .dz-message-block {
2795
+ position : absolute;
2796
+ top : 50% ;
2797
+ left : 50% ;
2798
+ -webkit-transform : translateY (-50% ) translateX (-50% );
2799
+ transform : translateY (-50% ) translateX (-50% ); }
2800
+ # modal-media .upload-container .dropzone .dz-message-block .dz-message {
2801
+ margin : 0 ;
2802
+ font-size : 24px ;
2803
+ color : # 52BCD3 ;
2804
+ width : 230px ; }
2805
+
2806
2806
.header .header-block-nav .profile .img {
2807
2807
display : inline-block;
2808
2808
width : 30px ;
0 commit comments