iot-settings/src/style.scss

22 lines
385 B
SCSS

* {
border: none;
outline: none;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: #131313;
height: 100vh;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
overflow: hidden;
}
@import "./components/measurement.circle.scss";
@import "./components/measurement.pipe.scss";