forked from kevadesu/forgejo
This commit is contained in:
parent
2569363204
commit
c62c0b669a
5 changed files with 23 additions and 8 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -275,6 +275,18 @@ pre, code {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
&.bottom.attached.message {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
color: black;
|
||||
.pull-right {
|
||||
color: black;
|
||||
}
|
||||
&>span, .pull-right>span{
|
||||
color:#21ba45;
|
||||
}
|
||||
}
|
||||
|
||||
.header > i + .content {
|
||||
padding-left: 0.75rem;
|
||||
vertical-align: middle;
|
||||
|
|
|
@ -568,9 +568,12 @@
|
|||
.ui.attached.info.message, .ui.info.message {
|
||||
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
|
||||
}
|
||||
.ui.positive.message {
|
||||
.ui.bottom.attached.message {
|
||||
background-color: #2c662d;
|
||||
color: #fcfff5;
|
||||
color: #87ab63;
|
||||
}
|
||||
.ui.bottom.attached.message .pull-right {
|
||||
color: #87ab63;
|
||||
}
|
||||
.ui.info.message {
|
||||
background-color: #2c3b4a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue