From 1f172ea4d228e4f51a5a55279cdb7abbf96b933f Mon Sep 17 00:00:00 2001 From: brausjonas Date: Tue, 2 May 2023 15:41:58 +0200 Subject: [PATCH] App.css --- anwendung/src/components/Button.jsx | 2 +- {projekt/src => anwendung/src/styles}/App.css | 60 +++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-) rename {projekt/src => anwendung/src/styles}/App.css (90%) diff --git a/anwendung/src/components/Button.jsx b/anwendung/src/components/Button.jsx index bf7a8d7..f1ab134 100644 --- a/anwendung/src/components/Button.jsx +++ b/anwendung/src/components/Button.jsx @@ -1,4 +1,4 @@ -import "../../../projekt/src/App.css" +import "../styles/App.css" export default function Button(p) { diff --git a/projekt/src/App.css b/anwendung/src/styles/App.css similarity index 90% rename from projekt/src/App.css rename to anwendung/src/styles/App.css index 8a39ae1..3f3e750 100644 --- a/projekt/src/App.css +++ b/anwendung/src/styles/App.css @@ -1,30 +1,30 @@ -.round-border -{ - border-radius: 10px; - border-width: 0; -} - -.font-small -{ - font-size: 15px; -} - -.font-middle -{ - font-size: 20px ; -} - -.font-big -{ - font-size: 30px; -} - -.button -{ - background-color: #0d52ce; -} - -.button:hover -{ - background-color: #585858; -} +.round-border +{ + border-radius: 10px; + border-width: 0; +} + +.font-small +{ + font-size: 15px; +} + +.font-middle +{ + font-size: 20px ; +} + +.font-big +{ + font-size: 30px; +} + +.button +{ + background-color: #0d52ce; +} + +.button:hover +{ + background-color: #585858; +}