mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add logo sizing to device user page (#9657)
This commit is contained in:
parent
eb6db6ec33
commit
74617c03af
1 changed files with 12 additions and 1 deletions
|
|
@ -1,6 +1,17 @@
|
|||
.app-wrap {
|
||||
// TODO: talk to rachel about removing this
|
||||
background-color: $ui-off-white;
|
||||
.site-nav {
|
||||
height: 50px;
|
||||
}
|
||||
.site-nav-item--logo {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-width: 64px;
|
||||
max-width: 140px;
|
||||
transform: scale(0.5);
|
||||
}
|
||||
}
|
||||
.enroll-mdm-modal {
|
||||
width: 800px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue