diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 00000000..0f148de5 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "esbenp.prettier-vscode" + ] +} \ No newline at end of file diff --git a/WEB/View/src/CSS/Admin2.css b/WEB/View/src/CSS/Admin2.css index d0b4ee29..d31c112c 100644 --- a/WEB/View/src/CSS/Admin2.css +++ b/WEB/View/src/CSS/Admin2.css @@ -38,8 +38,8 @@ h6 { font-family: Equinox; } -button{ - background : transparent; +button { + background: transparent; color: white; outline: none; } @@ -74,6 +74,34 @@ button{ -o-border-radius: 4px; } +.send { + background: rgb(146, 254, 157); + background: -moz-linear-gradient( + 50deg, + rgba(146, 254, 157, 1) 0%, + rgba(0, 201, 255, 1) 100% + ); + background: -webkit-linear-gradient( + 50deg, + rgba(146, 254, 157, 1) 0%, + rgba(0, 201, 255, 1) 100% + ); + background: linear-gradient( + 50deg, + rgba(146, 254, 157, 1) 0%, + rgba(0, 201, 255, 1) 100% + ); + box-shadow: 0px 0px 50px -5px rgba(0, 201, 255, 0.3); + border-radius: 4px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -ms-border-radius: 4px; + -o-border-radius: 4px; + + width: max-content; + height: min-content; +} + .currentText { color: black; } @@ -93,17 +121,17 @@ button{ background: rgb(0, 0, 0); background: -moz-linear-gradient( 315deg, - rgba(0, 0, 0, 1) 0%, - rgba(0, 0, 0, 1) 30% + rgba(0, 0, 0, 0.4) 0%, + rgb(0, 0, 0) 30% ); background: -webkit-linear-gradient( 315deg, - rgba(0, 0, 0, 1) 0%, - rgba(0, 0, 0, 1) 30% + rgba(0, 0, 0, 0.4) 0%, + rgb(0, 0, 0) 30% ); background: linear-gradient( 315deg, - rgba(0, 0, 0, 1) 0%, + rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 30% ); border-radius: 15px; @@ -111,37 +139,54 @@ button{ -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; - height: 350px; - /*overflow-y: scroll;*/ /* Switch */ + min-height: 350px; + overflow-y: scroll; } -.send { - background: rgb(146, 254, 157); + +.dashboard-card-reversed { + background: rgb(0, 0, 0); background: -moz-linear-gradient( - 50deg, - rgba(146, 254, 157, 1) 0%, - rgba(0, 201, 255, 1) 100% + 45deg, + rgba(0, 0, 0, 0.4) 0%, + rgba(0, 0, 0, 1) 30% ); background: -webkit-linear-gradient( - 50deg, - rgba(146, 254, 157, 1) 0%, - rgba(0, 201, 255, 1) 100% + 45deg, + rgba(0, 0, 0, 0.4) 0%, + rgba(0, 0, 0, 1) 30% ); background: linear-gradient( - 50deg, - rgba(146, 254, 157, 1) 0%, - rgba(0, 201, 255, 1) 100% + 45deg, + rgba(0, 0, 0, 0.4) 0%, + rgba(0, 0, 0, 1) 30% ); - box-shadow: 0px 0px 50px -5px rgba(0, 201, 255, 0.3); - border-radius: 4px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - -ms-border-radius: 4px; - -o-border-radius: 4px; - - width: max-content; } +.dashboard-card-mail { + background: rgb(0, 0, 0); + background: -moz-linear-gradient( + 180deg, + rgba(0, 0, 0, 0.4) 0%, + rgba(0, 0, 0, 1) 30% + ); + background: -webkit-linear-gradient( + 180deg, + rgba(0, 0, 0, 0.4) 0%, + rgba(0, 0, 0, 1) 30% + ); + background: linear-gradient( + 180deg, + rgba(0, 0, 0, 0.4) 0%, + rgba(0, 0, 0, 1) 40% + ); + border-radius: 15px; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + -ms-border-radius: 15px; + -o-border-radius: 15px; + min-height: 350px; +} .user-box input { width: 100%; @@ -178,29 +223,15 @@ button{ } #message { - width: auto; - height: auto; + width: 100%; + height: 100%; resize: none; -} - - -.fullscreen { - z-index: 9999; - position: absolute; - width: 80%; - height: 95%; - margin: 0 !important; - left: 50%; - top: 50%; - transform: translate(-44%, -50%); - -webkit-transform: translate(-44%, -50%); - -moz-transform: translate(-44%, -50%); - -ms-transform: translate(-44%, -50%); - -o-transform: translate(-44%, -50%); - margin-top: 20px; - padding-bottom: 20px; -} - -.hidden { - display: none; + border: none; + background-color: transparent; + border: 1px solid #fff; + border-radius: 4px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -ms-border-radius: 4px; + -o-border-radius: 4px; } \ No newline at end of file diff --git a/WEB/View/src/pages/Admin/Admin.html b/WEB/View/src/pages/Admin/Admin.html index 40817b6a..61c82326 100644 --- a/WEB/View/src/pages/Admin/Admin.html +++ b/WEB/View/src/pages/Admin/Admin.html @@ -38,7 +38,7 @@
@@ -84,7 +75,7 @@