2023-08-04 20:19:43 +00:00
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
This CSS file will be included with your plugin, and
|
|
|
|
|
available in the app when your plugin is enabled.
|
|
|
|
|
|
|
|
|
|
If your plugin does not need CSS, delete this file.
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
:root {
|
2023-08-11 03:16:39 +00:00
|
|
|
--granite-size: 80px;
|
2023-08-04 20:19:43 +00:00
|
|
|
}
|
|
|
|
|
|
2023-08-11 03:16:39 +00:00
|
|
|
.granite-container {
|
2023-08-04 20:19:43 +00:00
|
|
|
position: fixed;
|
|
|
|
|
bottom: 60px;
|
|
|
|
|
right: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-11 03:16:39 +00:00
|
|
|
.granite-container img {
|
|
|
|
|
width: var(--granite-size);
|
|
|
|
|
height: var(--granite-size);
|
|
|
|
|
border-radius: var(--granite-size);
|
2023-08-04 20:19:43 +00:00
|
|
|
}
|
|
|
|
|
|
2023-08-11 03:16:39 +00:00
|
|
|
.granite-tooltip {
|
2023-08-04 20:19:43 +00:00
|
|
|
--background-modifier-message: var(--background-primary);
|
|
|
|
|
color: var(--text-normal);
|
|
|
|
|
font-size: var(--font-ui-medium);
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
padding: var(--size-4-3) var(--size-4-6);
|
|
|
|
|
}
|