Skip to content

Commit

Permalink
adjust scss styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Jul 22, 2023
1 parent 624b7c9 commit bafc640
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions assets/css/meetings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,24 +85,6 @@ table.conference-meetings {

}

thead {
tr {
th {
&.header {
background: #e7ebf1 url(../images/bg.gif) no-repeat left center;
cursor: pointer;
padding-left: 20px;
}
&.headerSortUp {
background-image: url(../images/asc.gif);
}
&.headerSortDown {
background-image: url(../images/desc.gif);
}
}
}
}

img {
&.info {
cursor: pointer;
Expand Down

0 comments on commit bafc640

Please sign in to comment.