Untitled
unknown
css
2 years ago
1.3 kB
7
Indexable
body{ padding: 0; background-color: #fafafa; color: #272727; font-family: 'Montserrat', sans-serif; margin: 0; } .navbar_top{ margin-top: 30px; align-items: center; justify-content: center; padding-left: 150px; } .navbar_top input{ margin-left: 150px; width: 40%; height: 50px; border-radius: 25px; border: 1px solid rgb(221, 221, 221); padding-left: 25px; } table{ width: 80vw;} td{ padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgb(231, 231, 231); text-align: center; } .red { color: red } .defaultrow{ width: 150px; } .error{ font-size: 10pt; } .content-wrapper{ overflow: auto; } td:first-child { font-weight: bold; } tr:hover {background-color: rgb(247, 247, 247);} th:hover{cursor: pointer;} thead{ font-weight: 400; height: 100px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid rgb(231, 231, 231); margin-bottom: 40px; text-align: center; } #wrapper { display: flex; width: auto; gap: 30px; } .navbar{ width: 0vw; height: 100vh; background: #f3f3f3; } .offline{ color:blue; }
Editor is loading...