ng2-ui-kit
Version:
Angular2 UI Kit
68 lines (67 loc) • 1.85 kB
CSS
.ui-kit-button {
width: 100%;
height: 40px;
margin: 0 0 10px 0;
border-radius: 10px;
font-size: 14px;
background: #fff;
color: #44c8f9;
border: 1px solid #44c8f9;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center; }
.ui-kit-button span {
color: #44c8f9; }
.ui-kit-button:hover {
background: #44c8f9; }
.ui-kit-button:hover span {
color: #fff; }
.ui-kit-button.is-active {
background: #35b1e2; }
.ui-kit-button.is-active span {
color: #fff; }
.ui-kit-button.success {
border-color: #3fc59d; }
.ui-kit-button.success span {
color: #3fc59d; }
.ui-kit-button.success:hover {
background: #3fc59d; }
.ui-kit-button.success:hover span {
color: #fff; }
.ui-kit-button.success.is-active {
background: #257960; }
.ui-kit-button.success.is-active span {
color: #fff; }
.ui-kit-button.small {
height: 25px;
font-size: 12px;
border-radius: 5px; }
.ui-kit-button.large {
height: 50px;
font-size: 18px;
border-radius: 15px; }
.ui-kit-button.danger {
border-color: #e2747e; }
.ui-kit-button.danger span {
color: #e2747e; }
.ui-kit-button.danger:hover {
background: #e2747e; }
.ui-kit-button.danger:hover span {
color: #fff; }
.ui-kit-button.danger.is-active {
background: #c72938; }
.ui-kit-button.danger.is-active span {
color: #fff; }
.ui-kit-button.warning {
border-color: #f4bf4d; }
.ui-kit-button.warning span {
color: #f4bf4d; }
.ui-kit-button.warning:hover {
background: #f4bf4d; }
.ui-kit-button.warning:hover span {
color: #fff; }
.ui-kit-button.warning.is-active {
background: #ce910d; }
.ui-kit-button.warning.is-active span {
color: #fff; }