浏览代码

Added ::before selector for launcher that includes new title

cameronoelsen 7 年之前
父节点
当前提交
4e6e7b2077
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      packages/launcher/style/index.css

+ 15 - 0
packages/launcher/style/index.css

@@ -17,6 +17,21 @@
 }
 
 
+.jp-LauncherWidget::before {
+  content: 'Start a new activity';
+  display: block;
+  height: 60px;
+  width: 100%;
+  background: var(--jp-toolbar-background);
+  border-bottom: 1px solid var(--jp-toolbar-border-color);
+  box-shadow: var(--jp-toolbar-box-shadow);
+  z-index: 10;
+  text-align: center;
+  font-size: 24px;
+  padding-top: 36px;
+}
+
+
 .jp-LauncherWidget-body {
   padding-bottom: 12px;
   font-size: var(--jp-ui-font-size1);