68 lines
945 B
CSS
68 lines
945 B
CSS
|
|
.page-section{
|
|
padding: 2rem 0;
|
|
}
|
|
|
|
.page-section .column{
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.page-section .row:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
.column {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
button:hover { font-weight: 600; }
|
|
button:hover i { margin-right: 20px; }
|
|
|
|
button:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.pageable {
|
|
border: 1px solid rgba(0, 0, 0, .11);
|
|
;
|
|
padding: 10px;
|
|
}
|
|
|
|
.tr-pageable{
|
|
margin-left:1000px;
|
|
}
|
|
|
|
.controls-item {
|
|
display: inline-block;
|
|
}
|
|
|
|
.btn {
|
|
margin: 1px;
|
|
}
|
|
|
|
button[name="allMessagesClicked"] {
|
|
color: #00b3b3;
|
|
}
|
|
|
|
#pagination-wrapper button {
|
|
background: none;
|
|
border: 2px solid #00b3b3;
|
|
cursor: pointer;
|
|
transition: background-color 0.3s, color 0.3s;
|
|
}
|
|
|
|
|
|
button[name="removeHeader"] {
|
|
position: absolute;
|
|
background: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
transition: background-color 0.3s, color 0.3s;
|
|
}
|
|
|