BetterDiscordApp-rauenzi/renderer/src/styles/index.css

45 lines
809 B
CSS
Raw Normal View History

2020-07-23 22:51:58 +02:00
/* stylelint-disable no-descending-specificity */
2020-07-16 07:42:56 +02:00
2020-07-23 22:51:58 +02:00
@import "./builtins/*";
@import "./ui/*";
@import "./blankslates/*";
2020-07-23 22:51:58 +02:00
@import "./buttons.css";
@import "./spinner.css";
@import "./search.css";
2020-07-16 07:42:56 +02:00
.bd-chat-badge {
2020-07-23 22:51:58 +02:00
vertical-align: bottom;
line-height: 1.375rem;
display: inline-block;
height: 1.25rem;
2020-07-16 07:42:56 +02:00
}
.bd-member-badge {
2020-07-23 22:51:58 +02:00
height: 15px;
margin-left: 4px;
2020-07-16 07:42:56 +02:00
}
.bd-changelog-modal video,
.bd-changelog-modal img {
width: 100%;
border-radius: 5px;
outline: none;
2020-11-05 00:04:44 +01:00
}
.bd-changelog-modal code.inline {
padding: 0.2em;
margin: -0.2em 0;
border-radius: 3px;
font-size: 85%;
line-height: 1.125rem;
white-space: pre-wrap;
background: var(--background-secondary);
}
2020-11-05 00:04:44 +01:00
.bd-link {
text-decoration: none;
}
.bd-link:hover {
text-decoration: underline;
}