diff options
author | Marvin Borner | 2019-02-13 17:14:47 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-13 17:14:47 +0100 |
commit | 6a967887df29c0051a22df96463aed63b7ece729 (patch) | |
tree | 15b91fccb40990ebc2e0c822b843582e672f0465 /public/styles/pin.sass | |
parent | 8cad9c810741088a1874b58e80245ce83909b582 (diff) |
Code cleanup
Diffstat (limited to 'public/styles/pin.sass')
-rw-r--r-- | public/styles/pin.sass | 56 |
1 files changed, 28 insertions, 28 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 |