Page MenuHomeSealhub

style.scss
No OneTemporary

style.scss

@import "reset.scss";
@import "auth-section.scss";
:required {
box-shadow: none;
}
body {
padding: 0;
background-color: #fafafa;
font-family: sans-serif;
}
h2 {
font-weight: 400;
color: #444;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
input[type="text"],
input[type="email"],
input[type="password"] {
height: 2rem;
}
.main-container {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
min-height: 100vh;
}
.navigation {
height: 2rem;
border-bottom: 1px solid #999;
}

File Metadata

Mime Type
text/plain
Expires
Fri, Nov 22, 17:46 (10 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547721
Default Alt Text
style.scss (570 B)

Event Timeline