diff --git a/frontend/drabinka/myscript.js b/frontend/drabinka/collapsible.js similarity index 100% rename from frontend/drabinka/myscript.js rename to frontend/drabinka/collapsible.js diff --git a/frontend/drabinka/css/style.css b/frontend/drabinka/css/style.css index 880929a..b1067aa 100644 --- a/frontend/drabinka/css/style.css +++ b/frontend/drabinka/css/style.css @@ -1,6 +1,7 @@ @import "li.css"; @import "collapsible.css"; @import "round.css"; +@import "../../_global/header.css"; body { @@ -11,11 +12,6 @@ body { line-height: 1.4em; } -img { - width: 150px; - height: 30px; -} - .dot { height: 30px; width: 30px; @@ -27,44 +23,6 @@ img { align-items: center; } -a { - text-align: center; - line-height: 2; - color: white; - text-decoration: none; -} - -.loginn { - background-color: skyblue; - border-radius: 31px; - border: 1px solid skyblue; - cursor: pointer; - color: #ffffff; - font-family: Arial; - text-decoration: none; - height: 30px; - -} - -header { - display: flex; - flex-flow: row wrap; - align-items: center; - justify-content: space-between; - background-color: #065FD4; - margin: auto; - padding-top: 10px; - padding-bottom: 10px; - padding-right: 30px; - padding-left: 10px; - -} - -header>p { - text-align: center; - line-height: 0; -} - .myButton { background-color: #4C8BF5; border-radius: 28px; diff --git a/frontend/drabinka/index.html b/frontend/drabinka/index.html index bd05f5e..6b33177 100644 --- a/frontend/drabinka/index.html +++ b/frontend/drabinka/index.html @@ -237,7 +237,7 @@ - + \ No newline at end of file diff --git a/frontend/event.css b/frontend/event.css index 09c1172..bdf8e38 100644 --- a/frontend/event.css +++ b/frontend/event.css @@ -14,8 +14,6 @@ flex-direction: column; flex-wrap: wrap; height: auto; - - } .eventInside {