mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
chore(app): use base font-size of 16px [EE-3186] (#6938)
This commit is contained in:
parent
df05914fac
commit
0e257c200f
16 changed files with 27 additions and 56 deletions
|
@ -2,6 +2,10 @@
|
|||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#page-wrapper,
|
||||
|
@ -217,8 +221,8 @@ a[ng-click] {
|
|||
}
|
||||
|
||||
.blocklist-item {
|
||||
padding: 0.7rem;
|
||||
margin-bottom: 0.7rem;
|
||||
padding: 7px;
|
||||
margin-bottom: 7px;
|
||||
cursor: pointer;
|
||||
border: 1px solid var(--border-blocklist-color);
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue