Skip to content

Commit

Permalink
Merge pull request #410 from leoarc/roi
Browse files Browse the repository at this point in the history
Initial roi feature in segment app
  • Loading branch information
birm authored Jun 30, 2020
2 parents 83e90c2 + a1f905d commit e2f9c18
Show file tree
Hide file tree
Showing 5 changed files with 894 additions and 99 deletions.
14 changes: 11 additions & 3 deletions apps/model/model.css
Original file line number Diff line number Diff line change
Expand Up @@ -435,21 +435,29 @@ body{
float: right;
}

.cnt-btn {
#ext1{

text-align: center;
font-size: 16px;


}
#ext2{

text-align: center;
font-size: 16px;

}
#submit1{
.extract{
padding : 3% 6% 3% 6%;

color: white;
background-color:#46a049 !important;
border-radius: 7%;
width: 70%;
}

#submit1:hover {
.extract:hover {

transform: scale(1.2);
cursor: pointer;
Expand Down
Loading

0 comments on commit e2f9c18

Please sign in to comment.