mirror of
https://github.com/penpot/penpot.git
synced 2026-08-31 17:19:11 +00:00
♻️ Update scrollbar on register page
This commit is contained in:
parent
9eb53cfb9c
commit
f13c560f97
@ -6,6 +6,7 @@
|
||||
|
||||
@use "ds/_sizes.scss" as *;
|
||||
@use "ds/_utils.scss" as *;
|
||||
@use "./ds/mixins.scss" as *;
|
||||
|
||||
.auth-section {
|
||||
display: grid;
|
||||
@ -26,6 +27,8 @@
|
||||
}
|
||||
|
||||
.auth-section.register {
|
||||
@include custom-scrollbar;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user