hedera-web/forms/admin/users/style.css

12 lines
169 B
CSS
Raw Normal View History

2022-05-26 06:08:31 +00:00
2022-05-25 18:04:16 +00:00
.users-box.item > .actions {
display: flex;
}
2022-05-25 18:04:16 +00:00
.users-box .disabled {
2017-11-27 15:27:13 +00:00
color: white;
background-color: #F66;
border-radius: .2em;
2022-05-26 06:08:31 +00:00
padding: .3em;
2017-11-27 15:27:13 +00:00
font-size: .8em;
}