Skip to content

Commit 975fa0c

Browse files
committed
fix style code panel === code panel: fix style
1 parent e38b1da commit 975fa0c

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

app/build/mojs-curve-editor.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ return /******/ (function(modules) { // webpackBootstrap
7575
/******/ }
7676
/******/
7777
/******/ var hotApplyOnUpdate = true;
78-
/******/ var hotCurrentHash = "654c693aa5c9f2466b16"; // eslint-disable-line no-unused-vars
78+
/******/ var hotCurrentHash = "900a491aa02933a4e31d"; // eslint-disable-line no-unused-vars
7979
/******/ var hotCurrentModuleData = {};
8080
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
8181
/******/
@@ -9975,9 +9975,9 @@ return /******/ (function(modules) { // webpackBootstrap
99759975
/***/ function(module, exports) {
99769976

99779977
module.exports = {
9978-
"code-panel": "_code-panel_jgqhb_3",
9979-
"code-panel__input-wrap": "_code-panel__input-wrap_jgqhb_1",
9980-
"code-panel__input-field": "_code-panel__input-field_jgqhb_1"
9978+
"code-panel": "_code-panel_1gfv3_3",
9979+
"code-panel__input-wrap": "_code-panel__input-wrap_1gfv3_1",
9980+
"code-panel__input-field": "_code-panel__input-field_1gfv3_1"
99819981
};
99829982

99839983
/***/ },
@@ -10015,7 +10015,7 @@ return /******/ (function(modules) { // webpackBootstrap
1001510015

1001610016

1001710017
// module
10018-
exports.push([module.id, "._code-panel_jgqhb_3{position:absolute;left:10px;right:10px;margin-top:-32px;border-radius:6px 6px 0 0;background:#3d1b3c;z-index:1}._code-panel__input-wrap_jgqhb_1{margin:5px 5px 4px;border-radius:2px;background:#3a083a;border:1px solid #b3a0b2;box-shadow:inset 3px 3px 0 rgba(0,0,0,.5)}._code-panel__input-field_jgqhb_1{display:block;background:transparent;color:#fff;font-size:9px;letter-spacing:.45px;line-height:21px;font-weight:100;padding:0 .3em 0 .8em;border:none;width:100%}._code-panel_jgqhb_3 ::-moz-selection,.code-panel ::-moz-selection{background:#ff512f}._code-panel_jgqhb_3 ::selection{background:#ff512f}", ""]);
10018+
exports.push([module.id, "._code-panel_1gfv3_3{position:absolute;left:10px;right:10px;margin-top:-32px;border-radius:6px 6px 0 0;background:#3d1b3c;z-index:1}._code-panel__input-wrap_1gfv3_1{margin:5px 5px 4px;border-radius:2px;background:#3a083a;border:1px solid #b3a0b2;box-shadow:inset 3px 3px 0 rgba(0,0,0,.5)}._code-panel__input-field_1gfv3_1{display:block;background:transparent;color:#fff;font-size:9px;font-family:Arial,Helvetica,sans-serif;letter-spacing:.45px;line-height:21px;font-weight:100;padding:0 .3em 0 .8em;border:none;width:100%}._code-panel_1gfv3_3 ::-moz-selection,.code-panel ::-moz-selection{background:#ff512f}._code-panel_1gfv3_3 ::selection{background:#ff512f}", ""]);
1001910019

1002010020
// exports
1002110021

app/build/mojs-curve-editor.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/blocks/code-panel.postcss.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
z-index: 1;
1111

1212
&__input-wrap {
13-
margin: calc( 5 * $PX ) calc( 5 * $PX ) calc( 4 * $PX ) calc( 5 * $PX );
13+
margin: calc( 5 * $PX ) calc( 5 * $PX ) calc( 4 * $PX );
1414
border-radius: calc( 2 * $PX );
1515
background: rgba( 58, 8, 58, 1 );
1616
border: 1px solid $c-pastel-purple;
@@ -22,6 +22,7 @@
2222
background: transparent;
2323
color: $c-white;
2424
font-size: 9px;
25+
font-family: Arial, Helvetica, sans-serif;
2526
letter-spacing: 0.45px;
2627
line-height: 21px;
2728
font-weight: 100;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"code-panel":"_code-panel_jgqhb_3","code-panel__input-wrap":"_code-panel__input-wrap_jgqhb_1","code-panel__input-field":"_code-panel__input-field_jgqhb_1"}
1+
{"code-panel":"_code-panel_1gfv3_3","code-panel__input-wrap":"_code-panel__input-wrap_1gfv3_1","code-panel__input-field":"_code-panel__input-field_1gfv3_1"}

0 commit comments

Comments
 (0)