Update border-radius in style.scss for consistency and improved design

This commit is contained in:
2025-09-08 00:02:48 +02:00
parent 0b8c7c4780
commit fea4ee8eae
4 changed files with 6 additions and 6 deletions

View File

@@ -452,8 +452,8 @@
},
"main_view.php": {
"type": "-",
"size": 31758,
"lmtime": 1754514238562,
"size": 32125,
"lmtime": 1754600819046,
"modified": false
},
"task_edit.php": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -8,7 +8,7 @@ $cBlack: #4e5e6a;
align-items: center;
justify-content: center;
height: 40px;
border-radius: .25rem;
border-radius: 6px;
padding: 0 15px;
transition: all .3s ease;
@@ -812,7 +812,7 @@ body>.top {
background: $cGreen;
color: #FFF;
padding: 10px;
border-radius: .25rem;
border-radius: 6px;
cursor: pointer;
display: inline-flex;
align-items: center;