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

19 lines
279 B
SCSS

.boxed-shadow {
padding: 1em;
margin-bottom: 1em;
}
.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: 100%;
overflow: hidden;
line-height: 2em;
}