diff options
author | Minteck <contact@minteck.org> | 2021-12-12 11:11:42 +0000 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-12 11:11:42 +0000 |
commit | 9ca7f4f0582bf219e0b777c60b308accb682057f (patch) | |
tree | 85e27c4ac0114a42d1fc86ef3b0a52c344e99202 /assets/main.css | |
parent | 6e56e0a85bf56b10004a94d9c1e5884c58339dc4 (diff) | |
parent | 0e5a0ae9ee5a5fe76cb4d458b18ddb027ba1a734 (diff) | |
download | wolfeye-php-9ca7f4f0582bf219e0b777c60b308accb682057f.tar.gz wolfeye-php-9ca7f4f0582bf219e0b777c60b308accb682057f.tar.bz2 wolfeye-php-9ca7f4f0582bf219e0b777c60b308accb682057f.zip |
Merge branch 'redesign' into 'trunk'
Redesign
See merge request minteck/wolfeye!1
Diffstat (limited to 'assets/main.css')
-rw-r--r-- | assets/main.css | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/assets/main.css b/assets/main.css index 107521f..12e1ede 100644 --- a/assets/main.css +++ b/assets/main.css @@ -197,4 +197,47 @@ body, html { #details-source-link, #details-data-link { color: white; -}
\ No newline at end of file +} + +.container-fluid { + width: 100%; +} + +.container { + max-width: 100%; + position: absolute; + left: 40%; + top: 10%; + width: 20%; +} + +.title.is-1 { + font-size: 4rem; + text-align: center; +} + +.search-input { + max-width: 100%; + width: 88%; + padding: 12px 20px; + margin: 8px 0px; + border-radius: 5px; + background-color: white; + background-image: url('search-v2.svg'); + background-position: 5px 5px; + background-repeat: no-repeat; + background-size: 8%; + padding-left: 40px; +} + +div.searchbtn { + display: flex; + justify-content: space-around; +} + +div.searchbtn input { + cursor: pointer; + padding: 8px 15px; + margin: 4px 2px; + font-size:14pt; +} |