rentgen/sidebar/global.scss

52 lines
907 B
SCSS

* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
text-rendering: optimizelegibility;
font-smooth: auto;
-webkit-font-smoothing: auto;
user-select: none;
}
html {
font-size: 1rem;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
button {
display: inline-block;
line-height: 3rem;
padding: 0 1rem;
white-space: nowrap;
}
select {
height: 3rem;
line-height: 3rem;
flex-shrink: 1;
}
#tab_dropdown {
flex-basis: 20px;
width: 100px !important;
flex-grow: 1;
}
#selector {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
#app {
user-select: text;
padding: 0rem 1rem;
display: flex;
flex-flow: column;
justify-content: flex-start;
}
tr:hover {
background-color: hsla(0, 0%, 0%, 0.1);
}