diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-08-03 15:11:37 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-08-03 15:11:37 +0100 |
commit | 117285874c3380f1d17a7976e8aa7c532b7ae14e (patch) | |
tree | e8781e9b64c754ee0ca92e97e7ee64f3c157a125 /public/css/style.css | |
parent | da3ecf3e5f67a51c989a0d0319051047ce57f581 (diff) | |
parent | c20e4eec5566b677b063a69b6bb2e01ca82f9e76 (diff) |
Merge branch 'master' of https://github.com/lowercasename/gathio
Diffstat (limited to 'public/css/style.css')
-rwxr-xr-x | public/css/style.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index 97838d6..ec43118 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -237,3 +237,27 @@ body, html { white-space: nowrap; color: #6c757d; } + +.select2-container { + width: 100% !important; +} +.select2-selection__rendered { + line-height: 2.25rem !important; +} +.select2-container .select2-selection--single { + height: 2.25rem !important; +} +.select2-selection__arrow { + height: 2.25rem !important; +} + +#removeAttendee { + position: absolute; + top: 110px; + left: 53px; + color: #fff; +} + +#removeAttendee:hover { + color: #c82333; +} |