Skip to content

Commit eee3cf9

Browse files
committed
Added Background color and padding to cross button in cookies
1 parent ebe5e02 commit eee3cf9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/style.css

+10
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,16 @@ textarea {
292292

293293
button {
294294
cursor: pointer;
295+
background-color: #A30F17;
296+
font-size: 20px;
297+
color: white;
298+
line-height: 30px;
299+
border-radius: 5%;
300+
top: 10px;
301+
right: 10px;
302+
border: #000;
303+
width: auto;
304+
margin-bottom: 10px;
295305
}
296306

297307
address {

0 commit comments

Comments
 (0)