diff options
Diffstat (limited to 'public/styles/style.sass')
-rw-r--r-- | public/styles/style.sass | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/public/styles/style.sass b/public/styles/style.sass index a7feeac..7f489e2 100644 --- a/public/styles/style.sass +++ b/public/styles/style.sass @@ -6,53 +6,53 @@ / html, body - height: 100% !important - width: 100% !important - overflow: hidden !important - background-color: #23272a !important + height: 100% !important + width: 100% !important + overflow: hidden !important + background-color: #23272a !important .chat - display: none + display: none .main - align-items: flex-start + align-items: flex-start .swal-text - text-align: center + text-align: center .swal-modal, .swal-title, .swal-text, .swal-icon--success__hide-corners, .swal-icon--success:after, .swal-icon--success:before - color: #fff - background: #293034 + color: #fff + background: #293034 .swal-icon--success__line - background-color: #00940a !important + background-color: #00940a !important .swal-icon--success__ring - border: 4px solid hsla(131, 97%, 44%, 0.2) + border: 4px solid hsla(131, 97%, 44%, 0.2) .action-button - height: 50px - width: 50px - margin: 20px - border-radius: 100% - transition: background-color .3s linear + height: 50px + width: 50px + margin: 20px + border-radius: 100% + transition: background-color .3s linear .message-input - width: 100% - padding-right: 50px - color: #fff - background-color: #2d3338 - border-color: #2d3338 + width: 100% + padding-right: 50px + color: #fff + background-color: #2d3338 + border-color: #2d3338 .message-input::placeholder - color: #909090 + color: #909090 .message-button - width: 50px - margin-left: -50px + width: 50px + margin-left: -50px .message-field - position: absolute - width: 100% - bottom: 0 - left: 0 + position: absolute + width: 100% + bottom: 0 + left: 0 |