mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Enh #4803: Added more panel styles ( and )
This commit is contained in:
parent
bd9bce564e
commit
f79aafe4f8
@ -6,3 +6,5 @@ HumHub Changelog (DEVELOP)
|
||||
--------------------------
|
||||
|
||||
No changes
|
||||
|
||||
- Enh #4803: Added more panel styles (`panel-info` and `panel-primary`)
|
||||
|
@ -100,6 +100,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.panel-info {
|
||||
border: 2px solid @info;
|
||||
|
||||
.panel-heading {
|
||||
color: @info;
|
||||
}
|
||||
}
|
||||
|
||||
.panel-primary {
|
||||
border: 2px solid @primary;
|
||||
|
||||
.panel-heading {
|
||||
color: @primary;
|
||||
}
|
||||
}
|
||||
|
||||
.panel.profile {
|
||||
position: relative;
|
||||
|
||||
@ -206,13 +222,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.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