nepo
Version:
Nepo, is a phone number checker for Nepali developers which helps to detect the number belongs to sim company.
35 lines (34 loc) • 748 B
CSS
/*!
* nepo 1.0.0
* Nepo, is a phone number checker for Nepali developers which helps to detect the number belongs to sim company.
*
* Created by FortranCoder
*
* @license MIT
*/
.nepo-element {
display: block;
margin-top: 8px;
width: 50px;
height: 50px;
position: relative;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
z-index: 1;
}
.nepo-element .nepo-image {
height: 40px;
width: 40px;
flex: none;
border: 1px solid #e9e9e9;
background: #fff;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
padding: 4px;
margin-right: 15px;
overflow: hidden;
}