zrok/ui/src/index.css

119 lines
2.1 KiB
CSS
Raw Normal View History

2022-08-01 21:54:20 +02:00
body {
2022-12-20 23:24:32 +01:00
margin: 0;
font-family: 'Russo One', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2023-01-05 22:05:59 +01:00
padding-bottom: 15px;
2022-08-01 21:54:20 +02:00
}
2022-12-20 23:47:31 +01:00
code, pre {
font-family: 'JetBrains Mono', Consolas, 'Courier New', monospace;
2022-08-01 21:54:20 +02:00
}
2022-08-02 16:34:47 +02:00
2022-12-20 23:24:32 +01:00
#navbar {
2022-12-20 23:37:25 +01:00
border-radius: 0 0 15px 15px;
2022-12-20 23:24:32 +01:00
padding: 15px 50px 20px;
}
.header-title {
font-family: 'Russo One', sans-serif;
font-size: 3em;
margin-left: 0.53em;
vertical-align: center;
line-height: 1.7;
}
.visualizer-container {
padding: 10px;
background: #3b2693;
border-radius: 15px;
margin-top: 15px;
}
.visualizer-controls {
text-align: right;
margin-top: 5px;
}
.detail-container {
margin-top: 15px;
2022-08-03 00:12:03 +02:00
}
2022-12-22 20:56:19 +01:00
.zrok-datatable {
margin-top: 30px;
}
2022-12-22 21:18:49 +01:00
.zrok-big-sparkline {
margin-top: 30px;
padding: 50px;
}
2022-12-20 23:24:32 +01:00
.btn-close {
background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
height: 25px;
width: 25px;
border: 0;
}
2022-12-23 06:25:22 +01:00
.rdt_TableRow {
font-family: 'JetBrains Mono', Consolas, 'Courier New', monospace;
}
2023-01-03 19:28:11 +01:00
.nav-tabs {
margin-top: 25px;
margin-bottom: 25px;
}
.fullscreen {
2023-01-03 22:16:34 +01:00
background-color: #3b2693;
padding: 25px;
color: white;
display: flex;
align-items: center;
justify-content: center;
2023-01-03 22:16:34 +01:00
height: 100vh;
2022-08-03 16:58:47 +02:00
}
2023-01-03 22:16:34 +01:00
.fullscreen .row {
text-align: center;
justify-content: center;
2022-08-03 21:48:04 +02:00
}
2023-01-03 22:16:34 +01:00
.fullscreen h1 {
font-size: 64pt;
2022-08-05 20:20:03 +02:00
}
2023-01-03 22:16:34 +01:00
.fullscreen-body {
margin-top: 6em;
2022-08-08 19:24:14 +02:00
}
2023-01-03 22:16:34 +01:00
.fullscreen form {
margin: 15px;
}
2023-01-03 22:16:34 +01:00
.fullscreen form input {
margin: 15px 0;
width: 400px;
2022-09-20 22:10:21 +02:00
}
.fullscreen a {
2023-01-03 23:36:45 +01:00
color: #bbb;
}
.fullscreen pre {
2023-01-03 23:36:45 +01:00
color: #bbb;
}
2022-09-20 22:10:21 +02:00
.errorMessage {
2023-01-03 22:16:34 +01:00
color: deeppink;
2022-12-20 23:24:32 +01:00
}
.actions-tab {
margin-top: 50px;
}
.actions-tab p {
font-family: 'JetBrains Mono', Consolas, 'Courier New', monospace;
}
#zrok-reset-password {
margin-top: 25px;
}