mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
Changed panel design
This commit is contained in:
parent
7905b810cb
commit
2eb80adefa
1 changed files with 6 additions and 4 deletions
10
Project-Unite/Content/bootstrap-theme.css
vendored
10
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -4746,10 +4746,10 @@ a.list-group-item-danger.active:focus {
|
|||
.panel {
|
||||
margin-bottom: 20px;
|
||||
background-color: #222222;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
.panel-body {
|
||||
padding: 15px;
|
||||
|
@ -4969,7 +4969,8 @@ a.list-group-item-danger.active:focus {
|
|||
border-bottom-color: #2a9fd6;
|
||||
}
|
||||
.panel-success {
|
||||
border-color: #809a00;
|
||||
background-color: rgb(0, 100, 0);
|
||||
color: white;
|
||||
}
|
||||
.panel-success > .panel-heading {
|
||||
color: #ffffff;
|
||||
|
@ -4997,7 +4998,8 @@ a.list-group-item-danger.active:focus {
|
|||
border-bottom-color: #6e2caf;
|
||||
}
|
||||
.panel-warning {
|
||||
border-color: #f05800;
|
||||
background-color: rgb(255, 100, 0);
|
||||
color: white;
|
||||
}
|
||||
.panel-warning > .panel-heading {
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Add table
Reference in a new issue