funky-framadate-front/src/app/features/shared/components/ui/static-pages/ciphering/ciphering.component.scss

38 lines
534 B
SCSS

.boxed-shadow {
padding: 1em;
margin-bottom: 1em;
max-width: 85%;
display: inline-block;
}
.cipher-result {
border-radius: 3px;
background: #00003b;
color: #7d6c99;
padding: 0.5em;
margin-left: 1em;
min-width: 10ch;
min-height: 2em;
max-width: 80%;
overflow-x: scroll;
line-height: 2em;
display: flex;
app-copy-text {
margin-right: 1em;
}
}
.title {
margin-top: 1em;
}
.entropy {
.limited-text {
max-width: 50% !important;
overflow: scroll;
text-overflow: ellipsis;
height: 2em;
display: block;
}
}