summaryrefslogtreecommitdiffhomepage
path: root/template/src/style.css.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-04-21 08:51:32 -0400
committerrealtradam <[email protected]>2022-04-21 08:51:32 -0400
commit3249a3a131ae5d28b42ba70b85839314ed7c227c (patch)
treea9094a63f2a6e1b89c7c87b1ff0dbf8e01b2cef8 /template/src/style.css.rb
parent8c0569bf34405dfdf0968b26f33dd70976866943 (diff)
downloadJusticar-0.1.1.tar.gz
Justicar-0.1.1.zip
prettifiedv0.1.1
Diffstat (limited to 'template/src/style.css.rb')
-rw-r--r--template/src/style.css.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/src/style.css.rb b/template/src/style.css.rb
index d9684e3..9a41dad 100644
--- a/template/src/style.css.rb
+++ b/template/src/style.css.rb
@@ -1,4 +1,17 @@
Paggio.css do
+ rule 'body' do
+ height 100.vh
+ end
+
+ rule '.justicar' do
+ top 134.px
+ left 360.px
+ opacity 0.7
+ position 'absolute'
+ width 400.px
+ height 'auto'
+ end
+
rule '.opal' do
color :dodgerblue
end