Add logo sizing to device user page (#9657)

This commit is contained in:
Luke Heath 2023-02-03 11:57:59 -06:00 committed by GitHub
parent eb6db6ec33
commit 74617c03af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;