Skip to content

Commit 6c49719

Browse files
committed
Update cookies.css
1 parent fc47060 commit 6c49719

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

A simple cookie warning/cookies.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
#cookiesWarningActive {
6-
background: #FFFF69;
6+
background: #FFF;
77
margin: 5px;
88
padding: 5px;
99
box-shadow: 8px 8px 4px #999;
@@ -50,6 +50,11 @@
5050

5151
}
5252

53+
.acceptance {
54+
padding-left: 10px;
55+
padding-right: 10px;
56+
}
57+
5358
.button {
5459

55-
}
60+
}

0 commit comments

Comments
 (0)