aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/assets/main.css
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-06 23:55:12 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-01-06 23:55:12 +0300
commit4820c7696db3c54959258b1a5b00c77e1246cbd7 (patch)
tree179edfca03618395939df1c3afccf2c90c64d424 /frontend/src/assets/main.css
parent(#20) successful integration of demo upload to drive (diff)
downloadlphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.gz
lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.tar.bz2
lphub-4820c7696db3c54959258b1a5b00c77e1246cbd7.zip
what the fuck is this mess (#21)
Diffstat (limited to '')
-rw-r--r--frontend/src/assets/main.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css
deleted file mode 100644
index e8667cd..0000000
--- a/frontend/src/assets/main.css
+++ /dev/null
@@ -1,35 +0,0 @@
1@import './base.css';
2
3#app {
4 max-width: 1280px;
5 margin: 0 auto;
6 padding: 2rem;
7
8 font-weight: normal;
9}
10
11a,
12.green {
13 text-decoration: none;
14 color: hsla(160, 100%, 37%, 1);
15 transition: 0.4s;
16}
17
18@media (hover: hover) {
19 a:hover {
20 background-color: hsla(160, 100%, 37%, 0.2);
21 }
22}
23
24@media (min-width: 1024px) {
25 body {
26 display: flex;
27 place-items: center;
28 }
29
30 #app {
31 display: grid;
32 grid-template-columns: 1fr 1fr;
33 padding: 0 2rem;
34 }
35}