From aef14be13c3bd9e93eeea598dbfbf707ba98d448 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 14 Sep 2023 23:47:16 +0800 Subject: ... --- FrontEnd/src/components/index.css | 66 +++++---------------------------------- 1 file changed, 7 insertions(+), 59 deletions(-) (limited to 'FrontEnd/src/components/index.css') diff --git a/FrontEnd/src/components/index.css b/FrontEnd/src/components/index.css index 32e762cb..de156e0e 100644 --- a/FrontEnd/src/components/index.css +++ b/FrontEnd/src/components/index.css @@ -13,69 +13,17 @@ body { line-height: 1.2; } -.cru-page { - padding: var(--cru-page-padding); +textarea { + transition: border-color 0.3s; + border-color: var(--cru-text-minor-color); } -.cru-page-no-top-padding { - padding-top: 0; +textarea:hover { + border-color: var(--cru-clickable-primary-hover-color); } -.cru-text-center { - text-align: center; -} - -.cru-text-end { - text-align: end; -} - -.cru-float-left { - float: left; -} - -.cru-float-right { - float: right; -} - -.cru-align-text-bottom { - vertical-align: text-bottom; -} - -.cru-align-middle { - vertical-align: middle; -} - -.cru-clearfix::after { - clear: both; -} - -.cru-fill-parent { - width: 100%; - height: 100%; -} - -.cru-avatar { - width: 60px; - height: 60px; -} - -.cru-avatar.large { - width: 100px; - height: 100px; -} - -.cru-avatar.small { - width: 40px; - height: 40px; -} - -.cru-round { - border-radius: 50%; -} - -.cru-tab-pages-action-area { - display: flex; - align-items: center; +textarea:focus { + border-color: var(--cru-clickable-primary-normal-color); } .alert-container { -- cgit v1.2.3