diff --git a/src/styles/_ChangePassword.scss b/src/styles/_ChangePassword.scss index 84ef4880f..99ccd6fa2 100644 --- a/src/styles/_ChangePassword.scss +++ b/src/styles/_ChangePassword.scss @@ -37,15 +37,13 @@ meter { width: 100%; height: 20px; border: none; + background: repeating-linear-gradient(-55deg, $border-gray, $border-gray 10px, $bg-gray 10px, $bg-gray 20px); } /* Webkit browsers */ meter::-webkit-meter-bar { height: 20px; - //background: $border-gray; background: repeating-linear-gradient(-55deg, $border-gray, $border-gray 10px, $bg-gray 10px, $bg-gray 20px); - // border-color: $border-gray; - // border-width: 2px; } meter::-webkit-meter-optimum-value { background: $txt-gray; @@ -84,23 +82,3 @@ meter::-webkit-meter-optimum-value { font-size: 0.8rem; } } - -// meter { -// display: block; -// margin: 0 auto; - -// width: 550px; -// height: 25px; - -// -webkit-appearance: none; -// -moz-appearance: none; -// appearance: none; - -// border: 1px solid #ccc; -// border-radius: 3px; - -// /* Firefox */ -// background: none; /* Required to get rid of the default background prop. */ -// background-color: whiteSmoke; -// box-shadow: 0 5px 5px -5px #333 inset; -// }