DEV: remove various unused CSS (#25994)
This commit is contained in:
parent
653b2e4678
commit
e408f4ff95
|
@ -1,12 +1,10 @@
|
||||||
.admin-reports,
|
.admin-reports,
|
||||||
.dashboard,
|
|
||||||
.dashboard-next {
|
.dashboard-next {
|
||||||
&.admin-contents {
|
&.admin-contents {
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard,
|
|
||||||
.dashboard-next {
|
.dashboard-next {
|
||||||
.navigation {
|
.navigation {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
.dashboard,
|
|
||||||
.dashboard-next {
|
.dashboard-next {
|
||||||
.activity-metrics .counters-list {
|
.activity-metrics .counters-list {
|
||||||
font-size: var(--font-down-1);
|
font-size: var(--font-down-1);
|
||||||
|
|
|
@ -22,8 +22,3 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-user-directory-columns-modal .modal-inner-container {
|
|
||||||
width: 90%;
|
|
||||||
min-width: unset;
|
|
||||||
}
|
|
||||||
|
|
|
@ -134,9 +134,3 @@ blockquote {
|
||||||
#main {
|
#main {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Styles used before the user is logged into discourse. For example, activating
|
|
||||||
// their account or changing their email.
|
|
||||||
#simple-container {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue