0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

style(console): remove plain button padding (#1451)

This commit is contained in:
Wang Sijie 2022-07-07 20:42:03 +08:00 committed by GitHub
parent 33106aac93
commit a562a72e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@
&.plain {
height: 24px;
padding: 0;
}
}
@ -64,6 +65,7 @@
&.plain {
height: 28px;
padding: 0;
}
}
@ -73,6 +75,7 @@
&.plain {
height: 28px; // same as medium
padding: 0;
}
}