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

29 lines
409 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;
display: block;
min-width: 10ch;
min-height: 2em;
max-width: 25%;
overflow-x: scroll;
line-height: 2em;
app-copy-text {
//float: left;
margin-right: 1em;
}
}
.title {
margin-top: 1em;
}