Adding error styles on el-tabs error

parent f2bd59e2
...@@ -116,3 +116,6 @@ footer.main-footer p.text-muted { ...@@ -116,3 +116,6 @@ footer.main-footer p.text-muted {
right: 10px; right: 10px;
border-radius: 2px; border-radius: 2px;
} }
.el-tabs__header .error {
color: #dd4b39;
}
...@@ -58,3 +58,9 @@ ...@@ -58,3 +58,9 @@
right: 10px; right: 10px;
border-radius: 2px; border-radius: 2px;
} }
.el-tabs__header {
.error {
color : #dd4b39;
}
}
...@@ -116,3 +116,6 @@ footer.main-footer p.text-muted { ...@@ -116,3 +116,6 @@ footer.main-footer p.text-muted {
right: 10px; right: 10px;
border-radius: 2px; border-radius: 2px;
} }
.el-tabs__header .error {
color: #dd4b39;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment