add feedback from Ilona; various other changes
This commit is contained in:
@@ -22,6 +22,41 @@
|
||||
body {
|
||||
hyphens: auto;
|
||||
}
|
||||
.calendar-options {
|
||||
border: 2px solid #ccc;
|
||||
color: white;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
background-color: gray;
|
||||
border-radius: 5px;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.calendar-link {
|
||||
display: inline-block;
|
||||
background-color: #4285f4;
|
||||
color: white;
|
||||
padding: 12px 24px;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
font-size: 16px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.embed-button {
|
||||
background-color: #34a853;
|
||||
color: white;
|
||||
padding: 12px 24px;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/** Headline Styles */
|
||||
h1 {
|
||||
|
Reference in New Issue
Block a user