Commit 4de0c377 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174450 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 208edcd6
......@@ -308,8 +308,6 @@ md-card {
}
.submit-review-btn, .cancel-review-btn {
background: #fff;
color: mediumvioletred;
max-width: 190px;
height: 50px;
font-size: 15px;
......@@ -326,6 +324,21 @@ md-card {
float: right;
}
.cancel-review-btn {
background: #fff;
color: mediumvioletred;
}
.submit-review-btn {
background: mediumvioletred;
color: #fff;
}
.submit-review-btn[disabled] {
background: #e0e0e0;
color: #fff;
}
.write-review-title {
border-bottom: 2px solid #c71585;
font-size: 20px;
......
......@@ -186,11 +186,12 @@ li::before {
.image {
border-right: 1px solid #f3f3f3;
}
.head {
padding-left: 25px;
border-left: 1px solid #f3f3f3;
/*border-left: 1px solid #f3f3f3;*/
}
.link_changebutton {
......@@ -599,7 +600,8 @@ md-card {
.wishButton{
float: right;
z-index: 1;
padding-top: 18px;
/* padding-top: 18px; */
background: none;
color: mediumvioletred;
top: 18px;
}
\ No newline at end of file
......@@ -179,7 +179,6 @@
.ecm-payments{
display: flex;
position: relative;
left: 15px;
color: dimgray;
padding-top: 36px;
}
......
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