From 540b41ef0a752bf7aa0d90df37bdb69a28b6f39f Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 31 Jan 2022 21:01:16 +0300 Subject: Refining code. Adding frontend option to search --- src/pages/stylesheets/styles.css | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) (limited to 'src/pages/stylesheets/styles.css') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 22c4b17b..5ee137c5 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -226,8 +226,39 @@ li { color: var(--text); } -.option { - width: 100%; +section.option-block { + width: 50%; + margin: 0 50px; +} + +body.option { + display: flex; + align-items: flex-start; + padding: 40px; +} + + +section.links { + margin: 00px 0; +} + +section.links a { + display: flex; + align-items: center; + font-size: 30px; + text-decoration: none; + color: white; + margin: 20px 0; + font-weight: bold; + transition: 0.1s; +} + +section.links a:hover { + color: var(--active); +} + +section.links a.selected { + color: var(--active); } .option td { @@ -270,8 +301,6 @@ input[type="url"]:focus { /* \25BE */ - - hr { height: 2px; margin: 0 15px; -- cgit 1.4.1