Files
snort/packages/app/src/Pages/Layout/Layout.css
2023-11-29 16:00:19 +02:00

62 lines
885 B
CSS

.logo {
cursor: pointer;
text-wrap: nowrap;
}
.logo h1 {
font-weight: 700;
font-size: 29px;
line-height: 23px;
padding: 0;
margin: 0;
}
.logo:hover {
text-decoration: none;
}
.header-actions .avatar {
width: 40px;
height: 40px;
cursor: pointer;
}
.header-actions {
display: flex;
flex-direction: row;
align-items: center;
gap: 24px;
width: 100%;
}
.header-actions .btn {
border-radius: 0;
padding: 5px;
}
.has-unread {
background: var(--highlight);
border-radius: 100%;
width: 9px;
height: 9px;
}
.stalker {
position: fixed;
top: 0;
width: 100vw;
height: 100vh;
box-shadow: 0px 0px 26px 0px rgba(139, 92, 246, 0.7) inset;
pointer-events: none;
}
.stalker button {
position: absolute;
top: 50px;
right: 50px;
color: black;
background-color: var(--btn-color);
padding: 12px;
pointer-events: all !important;
}