diff --git a/frontend/src/styles/reset.scss b/frontend/src/styles/reset.scss index d0e3fd481..ac89feb64 100644 --- a/frontend/src/styles/reset.scss +++ b/frontend/src/styles/reset.scss @@ -10,3 +10,16 @@ body, :-webkit-any(article, aside, nav, section) h1 { font-size: 2em; } + +.el-switch--small .el-switch__core { + width: 36px; +} + +.el-switch--small .el-switch__core::after { + width: 12px; + height: 12px; +} + +.el-switch--small,.is-checked .el-switch__core::after { + margin-left: 12px !important; +}