summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rwxr-xr-xpublic/css/style.css24
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;
+}