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.
mohemmionic5/Mohem/node_modules_/primeng/resources/components/messages/messages.css

48 lines
808 B
CSS

.ui-messages {
border: 1px solid;
margin: .5em 0;
padding: 1em 1em 1em .5em;
position: relative;
display: flex;
}
.ui-messages .ui-messages-icon {
display:inline-block;
padding: 0;
vertical-align: middle;
font-size: 2em;
}
.ui-messages .ui-messages-summary {
font-weight: bold;
margin-left: .25em;
}
.ui-messages .ui-messages-detail {
margin-left: .25em;
}
.ui-messages ul {
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
vertical-align: middle;
display: flex;
align-items: center;
}
.ui-messages ul > li {
padding: .25em;
}
.ui-messages.ui-messages-noicon ul {
margin: 0 1.5em 0 0;
}
.ui-messages .ui-messages-close {
cursor: pointer;
position: absolute;
top: 5px;
right: 5px;
}