You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
341 B
22 lines
341 B
.contentbutton { |
|
background-color: transparent; |
|
border: none; |
|
text-align: left; |
|
cursor: pointer; |
|
} |
|
|
|
.closebutton { |
|
position: absolute; |
|
right: 10px; |
|
top: 10px; |
|
background-color: transparent; |
|
border: none; |
|
font-size: 1.3rem; |
|
cursor: pointer; |
|
} |
|
|
|
.title { |
|
border-bottom: none; |
|
font-weight: bold; |
|
padding-left: 5px; |
|
}
|
|
|