Remove panel overide styles
This commit is contained in:
parent
416a12f956
commit
61dbfda395
|
@ -105,37 +105,11 @@ body {
|
|||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.panel-default > .panel-heading {
|
||||
box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.panel-default > .panel-footer {
|
||||
box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
#profile {
|
||||
border-color: transparent;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.panel > .panel-heading {
|
||||
border-top-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
}
|
||||
|
||||
.panel > .panel-footer {
|
||||
border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
}
|
||||
|
||||
.heading-about {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue