mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 10:52:45 +08:00
DEV: remove old bootstrap alert CSS (#25991)
This commit is contained in:
parent
84882ad25f
commit
9421997866
|
@ -1,5 +1,4 @@
|
|||
@import "admin_customize";
|
||||
@import "alert";
|
||||
@import "category-list";
|
||||
@import "compose";
|
||||
@import "discourse";
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user