diff options
Diffstat (limited to 'public/styles')
-rw-r--r-- | public/styles/pin.sass | 56 | ||||
-rw-r--r-- | public/styles/style.sass | 56 |
2 files changed, 56 insertions, 56 deletions
diff --git a/public/styles/pin.sass b/public/styles/pin.sass index 614dae0..56be1b4 100644 --- a/public/styles/pin.sass +++ b/public/styles/pin.sass @@ -6,43 +6,43 @@ / .columns - min-height: 100% + min-height: 100% .enter-pin - position: relative - width: 80vw - margin: 0 auto - top: 50% - transform: translateY(-50%) + position: relative + width: 80vw + margin: 0 auto + top: 50% + transform: translateY(-50%) .pin-wrapper - padding: 0 - margin: 0 - align-items: center - justify-content: center + padding: 0 + margin: 0 + align-items: center + justify-content: center .pin-wrapper > .column - align-items: center - justify-content: center + align-items: center + justify-content: center .pin-wrapper > .column input - width: 15vw - height: 15vw - font-size: 15vw - background-color: #2d3338 - color: transparent - text-shadow: 0 0 0 #000 - border: none - border-radius: 10px - text-align: center + width: 15vw + height: 15vw + font-size: 15vw + background-color: #2d3338 + color: transparent + text-shadow: 0 0 0 #000 + border: none + border-radius: 10px + text-align: center .pin-wrapper > .column input::-webkit-outer-spin-button, .pin-wrapper > .column input::-webkit-inner-spin-button - -webkit-appearance: none - margin: 0 + -webkit-appearance: none + margin: 0 .pin-wrapper > .column input:focus - background-color: #394046 - border-color: inherit - -webkit-box-shadow: none - box-shadow: none - outline: none + background-color: #394046 + border-color: inherit + -webkit-box-shadow: none + box-shadow: none + outline: none 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 |