mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 17:28:54 +00:00
32 lines
514 B
SCSS
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;
|
|
}
|
|
}
|