summaryrefslogtreecommitdiffstats
path: root/browser/components/pocket/content/panels/js/components/Saved/Saved.scss
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/pocket/content/panels/js/components/Saved/Saved.scss')
-rw-r--r--browser/components/pocket/content/panels/js/components/Saved/Saved.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/browser/components/pocket/content/panels/js/components/Saved/Saved.scss b/browser/components/pocket/content/panels/js/components/Saved/Saved.scss
new file mode 100644
index 0000000000..08003f14e1
--- /dev/null
+++ b/browser/components/pocket/content/panels/js/components/Saved/Saved.scss
@@ -0,0 +1,17 @@
+body {
+ &.stp_saved_body {
+ overflow: hidden;
+ }
+}
+
+.stp_panel_error {
+ margin: 23px 0 32px;
+ .stp_panel_error_icon {
+ float: inline-start;
+ margin-block: 6px 16px;
+ margin-inline: 7px 17px;
+ background-image: url(../img/pocketerror@1x.png);
+ height: 44px;
+ width: 44px;
+ }
+}