mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
10 lines
138 B
CSS
10 lines
138 B
CSS
body {
|
|
padding: 10px;
|
|
font-family: sans-serif;
|
|
background-color: #F9FBFC;
|
|
}
|
|
|
|
.clickable, .closeIcon, .dispo {
|
|
cursor: pointer;
|
|
}
|
|
|