mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
33
scss/includes/dmscreen-unit-converter.scss
Normal file
33
scss/includes/dmscreen-unit-converter.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
@import "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 rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 99, 99, 0.6);
|
||||
border-color: #e92b31;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user