diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-22 01:52:05 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 00:52:05 +0300 |
| commit | b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d (patch) | |
| tree | bd3a114b2ad3e3b69d86940b1c787a0ace4c89d2 /frontend/src/css/Login.css | |
| parent | feat/backend: add newrelic integration (#274) (diff) | |
| download | lphub-b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d.tar.gz lphub-b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d.tar.bz2 lphub-b1fd0cdeff287e4cf0ec180ff9fee804cb2c8b8d.zip | |
feat/frontend: add general mobile support (#275)
Diffstat (limited to 'frontend/src/css/Login.css')
| -rw-r--r-- | frontend/src/css/Login.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/frontend/src/css/Login.css b/frontend/src/css/Login.css index aa75f98..bb55237 100644 --- a/frontend/src/css/Login.css +++ b/frontend/src/css/Login.css | |||
| @@ -2,11 +2,13 @@ span>img { | |||
| 2 | scale: 1.1; | 2 | scale: 1.1; |
| 3 | padding: 4px 0 0 8px; | 3 | padding: 4px 0 0 8px; |
| 4 | } | 4 | } |
| 5 | .login>button>span{ | 5 | |
| 6 | .login>button>span { | ||
| 6 | max-width: 22ch; | 7 | max-width: 22ch; |
| 7 | overflow: hidden; | 8 | overflow: hidden; |
| 8 | } | 9 | } |
| 9 | .login>button:nth-child(2){ | 10 | |
| 11 | .login>button:nth-child(2) { | ||
| 10 | position: relative; | 12 | position: relative; |
| 11 | left: 210px; | 13 | left: 210px; |
| 12 | width: 50px !important; | 14 | width: 50px !important; |
| @@ -16,9 +18,9 @@ span>img { | |||
| 16 | /* transition: opacity .1s; */ | 18 | /* transition: opacity .1s; */ |
| 17 | } | 19 | } |
| 18 | 20 | ||
| 19 | .login{ | 21 | .login { |
| 20 | display: grid; | 22 | display: grid; |
| 21 | grid-template-columns: 50px auto 200px ; | 23 | grid-template-columns: 50px auto 200px; |
| 22 | } | 24 | } |
| 23 | 25 | ||
| 24 | button:disabled { | 26 | button:disabled { |