nitro-react/src/views/room/widgets/infostand/InfoStandWidgetView.scss
2021-06-24 03:58:43 -04:00

84 lines
1.9 KiB
SCSS

.nitro-infostand-container {
position: absolute;
right: 10px;
bottom: $toolbar-height + 10px;
pointer-events: none;
z-index: $infostand-zindex;
.nitro-infostand {
position: relative;
min-width: 190px;
max-width: 190px;
z-index: $infostand-zindex;
pointer-events: auto;
background: rgba($dark,.95);
box-shadow: inset 0px 5px lighten(rgba($dark,.6),2.5), inset 0 -4px darken(rgba($dark,.6),4);
.form-control-sm {
height: 25px;
min-height: 25px;
padding: 0.1rem 0.25rem;
}
.body-image {
display: flex;
align-items: center;
justify-content: center;
background-color: rgba($light-dark, 1);
width: 100%;
max-width: 68px;
border-radius: 3px;
margin-right: 5px;
&.pet {
max-width: 75px;
}
&.bot {
background-image: url('../../../../assets/images/infostand/bot_background.png');
background-repeat: no-repeat;
background-position: center;
}
&.furni {
background-color: transparent;
margin-right: 0;
}
}
.badge-image {
width: 45px;
height: 45px;
}
.motto-content {
min-height: 18px;
}
.motto-input {
width: 100%;
height: 100%;
font-size: 12px;
padding: 0;
outline: 0;
border: 0;
color: rgba($white, 1);
position: relative;
background: transparent;
resize: none;
&:focus {
font-style: italic;
}
}
}
.button-container {
pointer-events: auto;
}
.pet-stats {
height: 18px;
}
}