Remove panel overide styles

This commit is contained in:
Andreas Nedbal 2020-04-27 01:36:37 +02:00
parent 416a12f956
commit 61dbfda395
1 changed files with 0 additions and 26 deletions

View File

@ -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;
}