/
Garuda
/
flash-front
Обзор
Документация
Войти
/
Garuda
/
flash-front
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/HomePage/Post/AddPost/AddPost.css
140 строк
2 KB
Torward
api integration
28 фев 2024, 06:45
28 фев 2024, 06:45
97f537f
Код
Авторство
О чём код?
.modal { height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); position: fixed; top: 0; left: 0; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; z-index: 2; backdrop-filter: blur(5px); transition: 0.5s; } .modal.active { opacity: 1; pointer-events: all; } .modal__content { height: 500px; padding: 20px; border-radius: 12px; background-color: rgba(81, 116, 186, 0.78); transform: scale(0.5); transition: 0.4s all; } .modal__content.active { transform: scale(1); } .ql-container.ql-snow { border: none !important; } .ql-container { border: none !important; } .ql-editor.ql-blank::before { color: rgb(0, 200, 255) !important; } .row { } .update__forms { height: 400px; } .my_account__content { margin: 35px; font-size: 24px; color: white; font-weight: 600; text-align: center; } .form_row { display: flex; flex-direction: column; justify-content: space-between; height: 87%; } .form_group { } .image_input { display: none; cursor: pointer; } .font_weight_bold { margin: 25px; font-size: 24px; color: rgb(128, 191, 255); font-weight: 600; } .required { color: red; } .form_control { width: 100%; opacity: 1; /*transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*/ background-color: rgb(0, 30, 60); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; border-radius: 8px; border: 1px solid rgb(30, 73, 118); overflow: hidden; height: 30px; margin-top: 5px; padding-top: 25px; padding-bottom: 25px; padding-left: 10px; color: white; outline: none; } .editor { width: 100%; } .react_quill { /*opacity: 1;*/ /*!*transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*!*/ /*background-color: rgb(0, 30, 60);*/ /*transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;*/ /*border-radius: 8px;*/ /*border: 1px solid rgb(30, 73, 118);*/ /*overflow: hidden;*/ /*color: white;*/ } .react_quill::placeholder { color: rgb(0, 200, 255); } .toolbar { background-color: rgb(0, 30, 60); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; border-radius: 8px; border: 1px solid rgb(30, 73, 118); overflow: hidden; color: white; } .ReactQuill { border: 1px solid rgb(30, 73, 118); color: rgb(0, 200, 255) !important; }