Fixing bugs
This commit is contained in:
parent
3a3a4223e6
commit
6731c4e5f4
|
|
@ -1,4 +1,4 @@
|
|||
export const environment = {
|
||||
production: false,
|
||||
apiBase: 'http://localhost:5168/',
|
||||
apiBase: 'http://localhost:5168/api/',
|
||||
};
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ body {
|
|||
}
|
||||
|
||||
.input {
|
||||
padding: 5px;
|
||||
padding: 7px;
|
||||
backdrop-filter: blur(25px) saturate(112%);
|
||||
-webkit-backdrop-filter: blur(25px) saturate(112%);
|
||||
background-color: rgba(255, 255, 255, 0.11);
|
||||
|
|
@ -101,5 +101,5 @@ body {
|
|||
}
|
||||
|
||||
.invalid {
|
||||
border: 1px solid rgba(255, 43, 43, 0.5);
|
||||
border: 2px solid rgba(255, 43, 43, 0.5);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user