Skip to content

Commit 0d539c7

Browse files
authored
Merge pull request #2097 from kashvi9/issue2015
Added Background color and padding to cross button in cookies
2 parents 5e56a83 + eee3cf9 commit 0d539c7

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
@@ -291,6 +291,16 @@ textarea {
291291

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

296306
address {

0 commit comments

Comments
 (0)