web_defender/Device/static/device/css/devices.css
2024-12-09 13:43:16 +05:30

55 lines
1.0 KiB
CSS

table {
width: 100%;
border-collapse: collapse;
border: none;
background: linear-gradient(0deg, #0e2a39, #0a181e);
border: 1px solid #153549;
display: block;
overflow: auto;
}
th,
td {
text-align: left;
font-size: smaller;
color: #fff;
white-space: nowrap;
padding: 8px 16px;
border-bottom: 1px solid #1b3d4e;
}
th {
background: linear-gradient(0deg, #0e2a39);
color: #3a81a5;
}
.edit-icon i {
color: rgb(246, 246, 250);
}
.edit-icon:hover i {
color: #5589a9;
}
.add-device-btn {
background: linear-gradient(0deg, #0e2a39, #0a181e);
border-radius: 0px 10px;
border: 1px solid #153549;
box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
box-sizing: border-box;
color: #3a81a5;
cursor: pointer;
font-family: Montserrat, sans-serif;
font-size: .9em;
margin: 5px;
padding: 10px 15px;
text-align: center;
display: block;
margin-left: auto;
}
.add-device {
text-decoration: none;
color: #3a81a5;
}