nextcloud/apps/updatenotification/css/admin.css

74 lines
1.2 KiB
CSS
Raw Normal View History

#updatenotification {
margin-top: -25px;
}
#updatenotification div.update,
#updatenotification ul,
#updatenotification p:not(.inlineblock) {
margin-bottom: 25px;
}
#updatenotification h2.inlineblock {
margin-top: 25px;
}
#updatenotification h3,
#updatenotification h3 .icon {
cursor: pointer;
}
#updatenotification h3:first-of-type {
margin-top: 0;
}
#updatenotification .icon {
display: inline-block;
margin-bottom: -3px;
}
#updatenotification .icon-triangle-s,
#updatenotification .icon-triangle-n {
opacity: 0.5;
}
#updatenotification .channel-description span {
color: #aaa;
}
#updatenotification .channel-description span strong {
color: #555;
font-weight: normal;
}
#updatenotification .warning {
color: #ce3702;
}
#updatenotification .whatsNew {
display: inline-block;
}
#updatenotification .toggleWhatsNews {
position: relative;
}
#updatenotification .item-wrapper {
display: flex;
align-items: flex-start;
}
#updatenotification .item-wrapper {
display: flex;
align-items: flex-start;
}
#updatenotification .item-wrapper p {
margin-bottom: 10px;
margin-left: 0.5em;
}
#updatenotification .item-wrapper span[class^="icon-"] {
padding: 0 19px 0 0;
}