Files
5etools-mirror-2.github.io/scss/includes/dmscreen-unit-converter.scss
TheGiddyLimit 9c8ae15ff7 v1.206.1
2024-05-06 22:24:37 +01:00

36 lines
457 B
SCSS

@use "../vars/vars";
.dm-unitconv {
width: 100%;
height: 100%;
&__ {
&wrp-ipt {
align-items: center;
height: 100%;
}
&wrp-ipt-inner {
align-items: center;
height: 100%;
}
&btn-switch {
margin: 0 5px;
font-weight: bold;
}
&ipt {
resize: none;
height: 100%;
}
&ipt.ipt-invalid:focus {
box-shadow:
inset 0 1px 1px rgb(0 0 0 / 7.5%),
0 0 8px rgb(231 99 99 / 60%);
border-color: #e92b31;
}
}
}