diff options
author | Marvin Borner | 2019-02-18 22:24:12 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-18 22:24:12 +0100 |
commit | d3b3274949593b73da79608aeedf1fae7954a152 (patch) | |
tree | fa433e9e5b4e141c21cf48dafb7dd704b67354dd /public/styles | |
parent | 6794aa91dc95d71f60d33c4e59f0c204d70d23cc (diff) |
Frontend..
Diffstat (limited to 'public/styles')
-rw-r--r-- | public/styles/pin.sass | 8 | ||||
-rw-r--r-- | public/styles/style.sass | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/public/styles/pin.sass b/public/styles/pin.sass index 614e157..95d7ca2 100644 --- a/public/styles/pin.sass +++ b/public/styles/pin.sass @@ -10,7 +10,7 @@ .enter-pin position: relative - width: 50vw + width: 60vw margin: 0 auto top: 50% transform: translateY(-50%) @@ -26,9 +26,9 @@ justify-content: center .pin-wrapper > .column input - width: 7vw - height: 7vw - font-size: 7vw + width: 10vw + height: 10vw + font-size: 10vw background-color: #2d3338 color: transparent text-shadow: 0 0 0 #000 diff --git a/public/styles/style.sass b/public/styles/style.sass index 7f489e2..9233455 100644 --- a/public/styles/style.sass +++ b/public/styles/style.sass @@ -37,6 +37,9 @@ html, body border-radius: 100% transition: background-color .3s linear +.ui-autocomplete + z-index: 10002 + .message-input width: 100% padding-right: 50px |