Removed hard corners to align with styling updates
parent
b410d25ccf
commit
063b0e8e54
|
@ -552,11 +552,6 @@ a {
|
||||||
color: #95a5a6;
|
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){
|
@media only screen and (min-width: 768px){
|
||||||
.pushy {
|
.pushy {
|
||||||
width: 700px;
|
width: 700px;
|
||||||
|
|
|
@ -449,11 +449,6 @@ a {
|
||||||
.help-block {
|
.help-block {
|
||||||
color: #95a5a6;
|
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) {
|
@media only screen and (min-width: 768px) {
|
||||||
.pushy {
|
.pushy {
|
||||||
width: 700px;
|
width: 700px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -424,11 +424,6 @@ a {
|
||||||
.help-block {
|
.help-block {
|
||||||
color: #95a5a6;
|
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) {
|
@media only screen and (min-width: 768px) {
|
||||||
.pushy {
|
.pushy {
|
||||||
width: 700px;
|
width: 700px;
|
||||||
|
|
Loading…
Reference in New Issue