summaryrefslogtreecommitdiffstats
path: root/solve/PhotoEditor/wwwroot/css/site.css
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2024-04-19 00:55:07 +0200
committerLouis Burda <quent.burda@gmail.com>2024-04-19 00:55:07 +0200
commitebb26ae709570a84004c27f34e9307c33ac6b000 (patch)
treeba83f56ec65986cab387c97b771cd0a26e566c60 /solve/PhotoEditor/wwwroot/css/site.css
parent84e77e74c8d69b33a25938a46700b67a3e835c88 (diff)
downloadcscg24-photoeditor-ebb26ae709570a84004c27f34e9307c33ac6b000.tar.gz
cscg24-photoeditor-ebb26ae709570a84004c27f34e9307c33ac6b000.zip
Add SolutionHEADmaster
Diffstat (limited to 'solve/PhotoEditor/wwwroot/css/site.css')
-rw-r--r--solve/PhotoEditor/wwwroot/css/site.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/solve/PhotoEditor/wwwroot/css/site.css b/solve/PhotoEditor/wwwroot/css/site.css
new file mode 100644
index 0000000..f8a013d
--- /dev/null
+++ b/solve/PhotoEditor/wwwroot/css/site.css
@@ -0,0 +1,22 @@
+html {
+ font-size: 14px;
+}
+
+@media (min-width: 768px) {
+ html {
+ font-size: 16px;
+ }
+}
+
+.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
+ box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
+}
+
+html {
+ position: relative;
+ min-height: 100%;
+}
+
+body {
+ margin-bottom: 60px;
+} \ No newline at end of file