RSNewWebUI/webui-src/app/network/network.css
2019-07-30 14:35:28 +05:30

35 lines
533 B
CSS

.friend {
color: #444;
font-size: 1.2em;
margin: 1em;
padding: 20px;
border-bottom: 1px solid #aaa;
border-radius: 20px;
}
.friend i {
float: left;
padding: 0 10px;
cursor: pointer;
}
.friend h4 {
margin-bottom: 5px;
}
.friend p {
margin: 0;
}
.friend button {
font-size: 0.9em;
}
.friend .location {
display: grid;
grid-template-columns: auto auto;
justify-content: start;
}
.friend .fa-times-circle {
color: #bd0909;
}.friend .fa-check-circle {
color: green;
}