Skip to content

Commit

Permalink
chore: cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Oct 22, 2024
1 parent 6807f64 commit ddf35a0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions resources/less/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
}

.PollsSettingsTabPage {
background: @control-bg; // Use control background for coherence
background: @control-bg;
padding: 20px;
border-radius: @border-radius; // Consistent border radius
box-shadow: 0 2px 4px @shadow-color; // Subtle shadow for depth
border-radius: @border-radius;
box-shadow: 0 2px 4px @shadow-color;

h3 {
color: @primary-color; // Primary color for headings
color: @primary-color;
margin-bottom: 10px;
}

.Section {
background: @body-bg; // Contrast with the section background
background: @body-bg;
border-radius: @border-radius;
box-shadow: 0 1px 3px @shadow-color;
padding: 15px;
Expand All @@ -28,7 +28,7 @@
.Form {
.control {
background: @body-bg;
border: 1px solid @muted-color; // Defines the input fields
border: 1px solid @muted-color;
color: @text-color;
padding: 6px 12px;
border-radius: @border-radius;
Expand All @@ -40,11 +40,10 @@
}

&--settings {
//max-width: 720px;
margin: 0 auto; // Center align for better presentation
margin: 0 auto;

@media @desktop-up {
margin: 0;
}
}
}
}

0 comments on commit ddf35a0

Please sign in to comment.