DEV: remove old bootstrap alert CSS (#25991)

This commit is contained in:
Kris 2024-03-01 16:03:34 -05:00 committed by GitHub
parent 84882ad25f
commit 9421997866
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 45 deletions

View File

@ -1,5 +1,4 @@
@import "admin_customize";
@import "alert";
@import "category-list";
@import "compose";
@import "discourse";

View File

@ -1,23 +0,0 @@
.alert-bootstrap-mode {
display: flex;
flex-direction: row;
padding: 10px;
.col-text {
width: 85%;
}
.col-button {
width: 15%;
display: flex;
flex-direction: column;
.alert--button,
.alert--link {
align-self: center;
justify-content: flex-end;
}
.alert--link {
font-weight: bold;
padding-top: 5px;
}
}
}

View File

@ -5,24 +5,3 @@
padding: 1em;
}
}
.alert-bootstrap-mode {
display: flex;
flex-direction: column;
padding: 10px;
.col-button {
display: flex;
flex-direction: row;
padding-top: 10px;
justify-content: center;
.alert--button,
.alert--link {
align-self: center;
}
.alert--link {
font-weight: bold;
padding-left: 10px;
}
}
}