diff options
author | Liang Yi <[email protected]> | 2022-01-22 21:35:11 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-22 21:35:11 +0800 |
commit | d8d2300980ca69a4ae6511cb49a6dc548c0da793 (patch) | |
tree | 23f2f136c495b4064f43a0c4148391c46b9fa997 /frontend/src/pages/Authentication.scss | |
parent | 6b82a734e2bc597b219472774c0ec58038630c65 (diff) | |
download | bazarr-d8d2300980ca69a4ae6511cb49a6dc548c0da793.tar.gz bazarr-d8d2300980ca69a4ae6511cb49a6dc548c0da793.zip |
Add React-Query to improve network and cache performancev1.0.3-beta.15
Diffstat (limited to 'frontend/src/pages/Authentication.scss')
-rw-r--r-- | frontend/src/pages/Authentication.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/pages/Authentication.scss b/frontend/src/pages/Authentication.scss new file mode 100644 index 000000000..26b2bb602 --- /dev/null +++ b/frontend/src/pages/Authentication.scss @@ -0,0 +1,3 @@ +.auth-card { + width: 24rem; +} |