fleet/frontend/pages/hosts/DeviceUserPage/InfoModal/_styles.scss
2022-03-21 09:38:59 -04:00

32 lines
514 B
SCSS

.device-user-info {
&__modal {
@include position(absolute, 22px null null null);
background-color: $core-white;
width: 658px;
padding: $pad-xxlarge;
border-radius: $pad-small;
a {
font-size: $x-small;
color: $core-vibrant-blue;
font-weight: $bold;
text-decoration: none;
}
img {
height: 12px;
width: 12px;
margin: 0;
}
}
&__btn-wrap {
display: flex;
flex-direction: row-reverse;
}
&__btn {
width: 120px;
}
}