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:
parent
33106aac93
commit
a562a72e17
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue