| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .select2-selection__rendered {
- line-height: 31px !important;
- }
-
- .select2-container .select2-selection--single {
- height: 38px !important;
- }
-
- .select2-selection__arrow {
- height: 34px !important;
- }
-
- .default-layout {
- margin-left: 0px !important;
- }
-
- .answerable {
- background-color: rgb(96, 208, 86);
- border-color: rgb(96, 208, 86);
- }
-
- .answered {
- background-color: rgb(102, 170, 96);
- border-color: rgb(102, 170, 96);
- }
-
- .correct {
- background-color: rgb(126, 232, 116);
- border-color: rgb(126, 232, 116);
- }
-
- .correct.answered {
- background-color: rgb(247, 247, 247);
- border-color: rgb(0, 255, 0);
- }
-
- .wrong {
- background-color: rgb(242, 119, 119);
- border-color: rgb(242, 119, 119);
- }
-
- .wrong.answered {
- background-color: rgb(247, 247, 247);
- border-color: rgb(255, 0, 0);
- }
|