123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- .notie-container {
- font-size: 1.286rem;
- height: auto;
- left: 0;
- position: fixed;
- text-align: center;
- width: 100%;
- z-index: 19998;
- box-sizing: border-box;
- -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
- -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
- box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); }
- @media screen and (max-width: 992px) {
- .notie-container {
- font-size: 1rem; } }
- @media screen and (max-width: 768px) {
- .notie-container {
- font-size: 1rem; } }
- @media screen and (max-width: 480px) {
- .notie-container {
- font-size: 0.858rem; } }
- .notie-background-success {
- background-color: #28d17c; }
- .notie-background-warning {
- background-color: #f57d1b; }
- .notie-background-error {
- background-color: #ff666b; }
- .notie-background-info {
- background-color: #28c0de; }
- .notie-background-neutral {
- background-color: #a3afb7; }
- .notie-background-overlay {
- background-color: #fff; }
- .notie-textbox {
- color: #fff;
- padding: 20px; }
- .notie-textbox-inner {
- margin: 0 auto;
- max-width: 900px; }
- .notie-overlay {
- height: 100%;
- left: 0;
- opacity: 0;
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 19997; }
- .notie-button {
- color: #fff;
- padding: 10px;
- cursor: pointer; }
- .notie-element {
- color: #fff;
- padding: 10px; }
- .notie-element-half {
- display: inline-block;
- width: 50%;
- box-sizing: border-box; }
- .notie-element-third {
- display: inline-block;
- width: 33.3333%;
- box-sizing: border-box; }
- .notie-alert {
- cursor: pointer; }
- .notie-input-field {
- background-color: #fff;
- border: 0;
- font-family: inherit;
- font-size: inherit;
- outline: 0;
- padding: 10px;
- text-align: center;
- width: 100%;
- box-sizing: border-box; }
- .notie-select-choice-repeated {
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
- box-sizing: border-box; }
- .notie-date-selector-inner {
- margin: 0 auto;
- max-width: 900px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- -o-user-select: none;
- user-select: none; }
- .notie-date-selector-inner [contenteditable], .notie-date-selector-inner [contenteditable]:focus {
- outline: 0px solid transparent; }
- .notie-date-selector-up {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg); }
|