starting work on a confirmation dialog
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
box-sizing: border-box;
|
||||
font-family: "Hubballi";
|
||||
|
||||
--background-color: #f5e8df;
|
||||
--foreground-color: #0a1347;
|
||||
--background-color: #54703f;
|
||||
--foreground-color: #000000;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -285,7 +285,7 @@ progress-value {
|
||||
#new-critter-btn {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
/* border-radius: 50px; */
|
||||
border-radius: 10px;
|
||||
font-size: 30pt;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
@@ -319,6 +319,7 @@ progress-value {
|
||||
color: var(--foreground-color);
|
||||
border: 2px var(--foreground-color);
|
||||
text-align: left;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.critter-card:hover {
|
||||
@@ -406,7 +407,7 @@ progress-value {
|
||||
border-color: var(--foreground-color);
|
||||
border-width: 2px;
|
||||
padding: 20px;
|
||||
border-radius: 0px;
|
||||
border-radius: 10px;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user