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

38 lines
534 B
SCSS
Raw Normal View History

.boxed-shadow {
padding: 1em;
margin-bottom: 1em;
2021-02-10 11:23:09 +01:00
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;
2021-02-10 11:45:05 +01:00
max-width: 80%;
2021-02-10 10:35:36 +01:00
overflow-x: scroll;
line-height: 2em;
2021-02-10 11:45:05 +01:00
display: flex;
2021-02-10 10:35:36 +01:00
app-copy-text {
2021-02-10 11:23:09 +01:00
margin-right: 1em;
2021-02-10 10:35:36 +01:00
}
}
.title {
margin-top: 1em;
}
2021-02-10 12:15:39 +01:00
.entropy {
.limited-text {
max-width: 50% !important;
overflow: scroll;
text-overflow: ellipsis;
height: 2em;
display: block;
}
}