Skip to content

Instantly share code, notes, and snippets.

@rajilesh
Created December 17, 2020 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajilesh/f5770cc73c6cb841becaf15f39853adc to your computer and use it in GitHub Desktop.
Save rajilesh/f5770cc73c6cb841becaf15f39853adc to your computer and use it in GitHub Desktop.
.disable_user {
position:relative;
width:30px;
height:14px;
display:inline-block;
overflow:hidden;
background:#392b96;
text-indent:999px;
border-radius:10px;
}
.disable_user:after {
content:"";
display:inline-block;
width:12px;
height:12px;
background:#fff;
position:absolute;
left:2px;
top:1px;
border-radius:100%;
transition:all ease-in-out 0.3s;
}
.disabled .disable_user:after,
.disable_user.disabled:after {
left:auto;
right:2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment