Commit e580908e authored by kpandey's avatar kpandey

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175608 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 788445ad
......@@ -142,6 +142,21 @@
background: #fff;
color: mediumvioletred;
}
.cancel-chngPass-button{
background: #fff;
color: mediumvioletred;
margin: 12px;
width: calc(100% - 24px);
height: 40px;
box-shadow: 0 0px 5px 1px rgba(0,0,0,.1);
font-weight: bold;
font-size: 15px;
line-height: 15px;
text-align: center;
border-radius: 2px;
position: relative;
padding: 0;
}
@media screen and (max-width:30em) {
.user-option {
......@@ -194,7 +209,7 @@
width: 100%;
height: 2px;
background-color: #EC7263;
background-color: mediumvioletred;
background-color: var(--primary);
border-radius: 5px;
transition: 0.5s;
}
......@@ -260,7 +275,7 @@
position: absolute;
height: 35px;
width: 35px;
background-color: mediumvioletred;
background-color: var(--primary);
border-radius: 100%;
margin-left: calc(50% + 14px);
top: 155px;
......
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