OSDN Git Service

restyle the Modal component.
[bytom/bytom-electron.git] / src / features / app / components / Modal / Modal.scss
index ce1e445..ae82292 100644 (file)
@@ -20,7 +20,7 @@
   left: calc(50% - 250px);
   width: 500px;
   max-height: 80%;
-  overflow: scroll;
+  overflow: auto;
 
   pre {
     white-space: pre-wrap;
 }
 
 .title {
-  height: 50px;
-  padding: 10px 30px;
+  height: 55px;
+  padding: $gutter-size/2 $gutter-size;
   border-bottom: 1px solid $border-color;
-  font-size: $font-size-page-title;
+  font-size: $font-size-section-title;
   color: $text-strong-color;
 }