From 44ddf8e7cfba7729fb0d250f24a8cab562db334b Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Tue, 3 Jan 2023 23:35:10 +0100 Subject: [PATCH] bla --- static/css/main.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index bf14996..87bdcbf 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -176,7 +176,17 @@ button[type="submit"]:hover { color: #ffffff; } -.activity { +.admin-textarea, .admin-input-date, #activityType { + background: none; + border: none; + border-bottom: 1px solid orange; + margin: 5px 0px; + font-size: 15px; + height: 27px; + margin-left: 10px; +} + +.activity, .prank, .treasure { display: flex; flex-direction: column; margin: 30px 0; @@ -184,28 +194,18 @@ button[type="submit"]:hover { padding-bottom: 30px; } -.activity>* { +.activity>*, .prank>*, .treasure>* { display: flex; flex-direction: row; align-items: center; } -.admin-textarea, .admin-input-date, #activityType { - background: none; - border: none; - border-bottom: 1px solid orange; - margin: 5px 0px; - font-size: 15px; - height: 27px; - margin-left: 10px; -} - -.activity-btn { +.activity-btn, .prank-btn, .treasure-btn { display: flex; flex-direction: row; } -.activity-btn>* { +.activity-btn>*, .prank-btn>*, .treasure-btn>* { margin-left: auto; border: 1px solid orange; padding: 10px; @@ -214,7 +214,7 @@ button[type="submit"]:hover { cursor: pointer; } -.activity-btn>*:hover { +.activity-btn>*:hover, .prank-btn>*:hover, .treasure-btn>*:hover { background-color: #faa5; }