Skip to content

Commit

Permalink
Removing css code that was commented out and not being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfisher committed Jan 3, 2025
1 parent 8a092f9 commit 987aff2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions dev/scss/_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
width: 100%;
max-width: 600px;
margin: 0 auto;
/*
border: 1px solid #ccc;
border-radius: 4px;
*/
overflow: hidden;
font-family: Arial, sans-serif;
}
Expand All @@ -91,19 +87,6 @@

/* Tab labels */
.tabnew__label {
/*
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
cursor: pointer;
background: #f0f0f0;
border-bottom: 2px solid transparent;
text-align: center;
transition: all 0.3s ease;
margin-right: 5px;
border-radius: 4px 4px 0 0;
*/
display: inline-flex;
margin: 0 10px 0 0;
padding: 0.5em 10px;
Expand Down

0 comments on commit 987aff2

Please sign in to comment.