| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- .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);
- }
-
- body{
- background: url('../img/gradient.png') no-repeat center center fixed;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- size: 16px;
- font-weight: bold;
- }
-
- .image-logo {
- margin-top: 0;
- margin-bottom: 25px;
- align-items: center;
- justify-content: center;
- display: flex;
- }
-
- .modal {
- display: flex;
- flex-direction: column;
- /*justify-content: center;*/
- /*align-items: center;*/
- padding: 32px;
- gap: 24px;
-
- position: absolute;
- width: 600px;
- height: 800px;
- left: calc(50vw - 300px);
- top: calc(50vh - 400px);
- overflow-y: auto;
- scrollbar-width: thin;
- scrollbar-color: #ddd;
- background-color: #FFFFFF;
- color: #0D1C52;
- box-shadow: none;
- border-radius: 32px;
- }
- .modal::-webkit-scrollbar {
- width: 5px;
- }
- .modal::-webkit-scrollbar-track {
- background: #ddd;
-
- }
- .modal::-webkit-scrollbar-thumb {
- background: #777;
- }
-
- .share-files {
- text-align: left !important;
- align-items: initial;
- color: #0D1C52;
- width: 100%;
- }
-
- .share-files-form {
- color: #0D1C52;
- width: 100%;
- }
- .button-box {
- text-align:center;
- margin-top:10px;
- margin-bottom: 0;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- gap: 8px;
- padding: 0;
- }
- .single-button-input {
- flex: 1;
- }
-
- .radio-input {
- display: none;
- color: #B9CFE4;
- }
-
- .label-available {
- cursor: pointer;
- border: 1px solid #0D1C52;
- border-radius: 5px;
- width: 100%;
- height: 55px;
- padding-top: 15px;
- }
-
- .label-text {
- font-size: 23px;
- }
-
- .label-text-lower{
- font-size: 16px;
- color: #FFA463;
- }
-
- .radio-input:checked ~ .label-available {
- /*background-color: #FFA463 !important;*/
- background-color: #90278F;
- color: #FFFFFF;
- }
- .share-button {
- /* Auto layout */
-
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 32px;
- gap: 10px;
-
- width: 100%;
- height: 94px;
- margin-top: 14px;
- background: #90278F;
- border-radius: 30px;
-
- /* Inside auto layout */
-
- flex: none;
- order: 2;
- align-self: stretch;
- flex-grow: 0;
- color: #FFFFFF;
- font-size: 35px;
- }
-
- .share-button:hover {
- /* Auto layout */
-
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 32px;
- gap: 10px;
-
- width: 100%;
- height: 94px;
- margin-top: 14px;
- background: #FFA463;
- border-radius: 30px;
-
- /* Inside auto layout */
-
- flex: none;
- order: 2;
- align-self: stretch;
- flex-grow: 0;
- color: #FFFFFF;
- font-size: 35px;
- }
-
- .input-message {
- box-sizing: border-box;
-
- width: 100%;
- height: 90px;
-
- /* white */
-
- background: #FFFFFF;
- border: 1px solid #8F9DCE;
- border-radius: 4px;
- }
-
- .drop-here {
- box-sizing: border-box;
-
- width: 100%;
- height: 90px;
-
- /* white */
-
- background: #FFFFFF;
- border: 1px dashed #8F9DCE;
- border-radius: 4px;
- display: inline-block; /* [4] */
- vertical-align: middle;
- text-align: center;
- }
- .default-text {
- margin-top: 15px;
- height: 100%;
- /*text-align: center;*/
- }
-
- .link-show {
- align-items: center;
- align-self: center;
- align-content: center;
- border: 1px solid #8F9DCE;
- border-radius: 10px;
- color: #0D1C52;
- margin-bottom: 15px;
- }
-
- .browse-button {
- color: dodgerblue;
- margin-bottom: 3px;
- margin-left: 0px;
- }
- .image-file-upload {
- position: center;
- margin-top: 12px;
- margin-bottom: 3px;
- padding: 0 !important;
- }
- .text-files-upload {
- margin-top: 2px;
- margin-right: 0;
- }
|