You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/shared/components/alert-message/alert-message.component.scss

41 lines
464 B
SCSS

.p-2 {
padding: 1rem;
}
.pb-1 {
padding-bottom: 0.3rem;
}
.pb-2 {
padding-bottom: 1rem;
}
.mb-1 {
margin-bottom: 0.5rem;
}
.wrap-text {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.mat-icon[type="button"] {
cursor: pointer;
}
.new-line {
white-space: pre-wrap;
}
.title-message {
font-size: 110%;
}
.mt-minus-40px {
margin-top:-40px;
}