diff options
Diffstat (limited to 'graphgraph-fe/src/popup_settings.css')
-rw-r--r-- | graphgraph-fe/src/popup_settings.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphgraph-fe/src/popup_settings.css b/graphgraph-fe/src/popup_settings.css new file mode 100644 index 0000000..2a548af --- /dev/null +++ b/graphgraph-fe/src/popup_settings.css @@ -0,0 +1,15 @@ +.settings-button { + margin-top: 18px; + margin-left: 15px; +} + +.close.link-button { + background-color: transparent; + border: none; + cursor: pointer; + display: inline; + margin: 10px 0 0 0; + padding: 0; + text-decoration: none; + font-size: 25px; +} |