Sherry преди 1 година
родител
ревизия
b7d10b917b
променени са 4 файла, в които са добавени 11 реда и са изтрити 9 реда
  1. 5
    4
      src/fe/mrna/css/all.css
  2. 1
    1
      src/fe/mrna/css/all.css.map
  3. 5
    4
      src/fe/mrna/css/component/_modal.scss
  4. BIN
      src/fe/mrna/images/moreref-line.png

+ 5
- 4
src/fe/mrna/css/all.css Целия файл

13750
 }
13750
 }
13751
 .modal-test .modal__game__item {
13751
 .modal-test .modal__game__item {
13752
   border-radius: 0.4em;
13752
   border-radius: 0.4em;
13753
-  border: 0.1em solid #0699d2;
13754
   overflow: hidden;
13753
   overflow: hidden;
13755
   margin-bottom: 0.8em;
13754
   margin-bottom: 0.8em;
13756
 }
13755
 }
13803
   align-items: center;
13802
   align-items: center;
13804
   padding: 0.2em 0.6em 0.6em;
13803
   padding: 0.2em 0.6em 0.6em;
13805
   display: none;
13804
   display: none;
13805
+  border-radius: 0 0 0.4em 0.4em;
13806
+  border: 0.1em solid #0699d2;
13806
 }
13807
 }
13807
 .modal-test .modal__game__ans__icon {
13808
 .modal-test .modal__game__ans__icon {
13808
   width: 1.2em;
13809
   width: 1.2em;
13907
     margin-bottom: 1em;
13908
     margin-bottom: 1em;
13908
   }
13909
   }
13909
   .modal-unlimit .modal-body {
13910
   .modal-unlimit .modal-body {
13910
-    padding: 2.5em 1em 1.3em;
13911
+    padding: 2.5em 0.8em 1.3em;
13911
   }
13912
   }
13912
   .modal-unlimit .modal__preface {
13913
   .modal-unlimit .modal__preface {
13913
     margin-bottom: 1em;
13914
     margin-bottom: 1em;
13921
     margin-bottom: 2.2em;
13922
     margin-bottom: 2.2em;
13922
   }
13923
   }
13923
   .modal-unlimit .modal__intro ul {
13924
   .modal-unlimit .modal__intro ul {
13924
-    width: 79%;
13925
+    width: 100%;
13925
     list-style: none;
13926
     list-style: none;
13926
-    padding-left: 1em;
13927
+    padding-left: 0.8em;
13927
     margin-bottom: 0;
13928
     margin-bottom: 0;
13928
   }
13929
   }
13929
   .modal-show .modal__preface {
13930
   .modal-show .modal__preface {

+ 1
- 1
src/fe/mrna/css/all.css.map
Файловите разлики са ограничени, защото са твърде много
Целия файл


+ 5
- 4
src/fe/mrna/css/component/_modal.scss Целия файл

343
             margin-top: 1.5em;
343
             margin-top: 1.5em;
344
             &__item {
344
             &__item {
345
                 border-radius: 0.4em;
345
                 border-radius: 0.4em;
346
-                border: 0.1em solid $blue;
347
                 overflow: hidden;
346
                 overflow: hidden;
348
                 margin-bottom: 0.8em;
347
                 margin-bottom: 0.8em;
349
                 &.active {
348
                 &.active {
398
                 align-items: center;
397
                 align-items: center;
399
                 padding: 0.2em 0.6em 0.6em;
398
                 padding: 0.2em 0.6em 0.6em;
400
                 display: none;
399
                 display: none;
400
+                border-radius: 0 0 0.4em 0.4em;
401
+                border: 0.1em solid $blue;
401
                 &__icon {
402
                 &__icon {
402
                     width: 1.2em;
403
                     width: 1.2em;
403
                     margin-right: 0.7em;
404
                     margin-right: 0.7em;
524
     .modal-unlimit {
525
     .modal-unlimit {
525
         .modal {
526
         .modal {
526
             &-body {
527
             &-body {
527
-                padding: 2.5em 1em 1.3em;
528
+                padding: 2.5em 0.8em 1.3em;
528
             }
529
             }
529
             &__preface {
530
             &__preface {
530
                 margin-bottom: 1em;
531
                 margin-bottom: 1em;
537
                     margin-bottom: 2.2em;
538
                     margin-bottom: 2.2em;
538
                 }
539
                 }
539
                 ul {
540
                 ul {
540
-                    width: 79%;
541
+                    width: 100%;
541
                     list-style: none;
542
                     list-style: none;
542
-                    padding-left: 1em;
543
+                    padding-left: 0.8em;
543
                     margin-bottom: 0;
544
                     margin-bottom: 0;
544
                 }
545
                 }
545
             }
546
             }

BIN
src/fe/mrna/images/moreref-line.png Целия файл