Skip to content

Commit

Permalink
feat: small styles changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Feb 21, 2024
1 parent 1df424e commit 7fca5c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v1.3.0";
$version = "v1.4.0";
?>
10 changes: 5 additions & 5 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ main > .contain {
background-color: #FFFFFF;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 12px 15px;
border-radius: 8px;
border-radius: 16px;
cursor: pointer;
}

Expand Down Expand Up @@ -369,7 +369,7 @@ main > .contain {
border: 1px solid #eee;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 8px;
border-radius: 16px;
}

.account-section header h2 {
Expand Down Expand Up @@ -843,7 +843,7 @@ input[type="checkbox"] {
background-color: #FFFFFF;
padding: 22px;
border: 1px solid #EEEEEE;
border-radius: 8px;
border-radius: 16px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
position: fixed;
Expand Down Expand Up @@ -1129,7 +1129,7 @@ input[type="checkbox"] {
.statistic {
background-color: #FFFFFF;
border: 1px solid #EEEEEE;
border-radius: 8px;
border-radius: 16px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 20px 24px 30px;
display: flex;
Expand Down Expand Up @@ -1176,7 +1176,7 @@ input[type="checkbox"] {
.graph {
background-color: #FFFFFF;
border: 1px solid #EEEEEE;
border-radius: 8px;
border-radius: 16px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
flex-basis: 48%;
align-items: center;
Expand Down

0 comments on commit 7fca5c2

Please sign in to comment.