front end changes

This commit is contained in:
Aman upadhyay
2019-11-15 17:42:03 +05:30
parent a5fa5458ec
commit d8948af0b1
3 changed files with 55 additions and 33 deletions

View File

@ -150,6 +150,15 @@
overflow: hidden;
}
}
.version {
background: #EAF1FB;
border: 1px solid #EAF1FB;
box-sizing: border-box;
border-radius: 5px;
padding: 10px;
margin-bottom: 15px;
}
}
@media(max-width: $x-small-breakpoint ) {