mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Changed theme.css file (#5979)
* Changed theme.css file * Changed location of code change * Added color variable instead of hard-coded color * Formatting Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
parent
e74b950712
commit
bd9bce564e
@ -206,6 +206,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.panel-info {
|
||||
border:2px solid @info;
|
||||
}
|
||||
.panel-info .panel-heading {
|
||||
color: @info;
|
||||
}
|
||||
|
||||
.panel.pulse,
|
||||
.panel.fadeIn {
|
||||
-webkit-animation-duration: 200ms;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user