Removed hard corners to align with styling updates
parent
b410d25ccf
commit
063b0e8e54
|
@ -552,11 +552,6 @@ a {
|
|||
color: #95a5a6;
|
||||
}
|
||||
|
||||
.list-group-item:first-child, .list-group-item:last-child {
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px){
|
||||
.pushy {
|
||||
width: 700px;
|
||||
|
|
|
@ -449,11 +449,6 @@ a {
|
|||
.help-block {
|
||||
color: #95a5a6;
|
||||
}
|
||||
.list-group-item:first-child,
|
||||
.list-group-item:last-child {
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
}
|
||||
@media only screen and (min-width: 768px) {
|
||||
.pushy {
|
||||
width: 700px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue