Skip to content
Snippets Groups Projects
styles.css 3.01 KiB
Newer Older
body {
    font-family: Tahoma, serif;
    margin: 0;
    padding: 0;
    object-fit: fill;
    height: 100%;
    width: 100%;
    background-color: rgb(27,40,56);
    color: rgb(235,235,235);
}
Max Väistö's avatar
Max Väistö committed
.container-1{
    width: 1200px;
    height: 500px;
    aspect-ratio: auto;
    object-fit: fill;
    margin: 150px auto 100px 150px;
    position: static;
    overflow: visible;
}

.heading-1 {
    text-align: left;
    font-size: 80px;
}

.heading-3 {
    margin-top: 30px;
    padding-left: 5px;
    font-size: 30px;
}

.container-3.container-4 {
    margin-left: 0;
}

.container-2 {
    width: 1200px;
    height: 200px;
    flex-wrap: nowrap;
    margin-top: 150px; margin-left: 0; padding-left: 0;
    padding-right: 0;
    display: flex;
}

.container-3 {
    width: 350px;
    flex-direction: column;
    justify-content: flex-start; align-items: center;
    margin-left: 25px;
    margin-right: 25px; display: flex;
}

.sub_text {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 25px;
}
.heading-4 {
    text-align: center;
    font-size: 38px;
    color: rgb(235,235,235);

}

.navbar {
    background-color: rgb(23,29,37);
    color: rgb(197,195,192);
    width: 100%;
    margin:0;
}

.nav-item-1 {
   color: rgb(197,195,192);
    font-size: 30px;
Max Väistö's avatar
Max Väistö committed
    text-decoration:none;

}
.nav-item-1 :hover{
   color: rgb(235,235,235);
    font-size: 30px;
    text-decoration:none;

Max Väistö's avatar
Max Väistö committed

.nav-link {
    color: rgb(197,195,192);
    font-size: 20px;
}
#app-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.ag-theme-custom-dark {
    --ag-background-color: #ddd !important;
}
.dash-dropdown .Select-control {
    border: 2px solid rgb(37, 55, 77);
    border-radius: 4px;
}

.dash-dropdown .Select-value {
    color: rgb(235, 235, 235);
}

.dash-dropdown .Select-control {
    background-color: rgb(50, 70, 101);
}
.dash-dropdown.is-minimized .Select-value-label {
    color: rgb(235, 235, 235);
}
.dash-dropdown .Select-value-label {
    color: rgb(235, 235, 235);
}

.dash-dropdown .Select-menu-outer {
    background-color: rgb(50, 70, 101);
}

.jsx-4017309047.tab-container{
    border-bottom: 2px solid rgb(37,55,77);
}
Max Väistö's avatar
Max Väistö committed
div.scrollable::-webkit-scrollbar {
maxvaisto's avatar
maxvaisto committed
    width: 6px;
Max Väistö's avatar
Max Väistö committed
    border-radius: 6px;
}

div.scrollable::-webkit-scrollbar-track {
    margin: 20px;
Max Väistö's avatar
Max Väistö committed
}

div.scrollable::-webkit-scrollbar-thumb {
    background-color: rgb(235, 235, 235);
    border-right: none;
    border-left: none;
    border-bottom: none;
    border-top: none;
Max Väistö's avatar
Max Väistö committed
    border-radius: 6px;
}

div.scrollable::-webkit-scrollbar-track-piece:end {
    background: rgb(37,55,77);
    margin-bottom: 10px;
}

div.scrollable::-webkit-scrollbar-track-piece:start {
    background: rgb(37,55,77);
    margin-top: 10px;
maxvaisto's avatar
maxvaisto committed
}

.text-note-div {

    width: 80%;
    margin: 30px auto 50px;
    border-bottom: 1px solid rgb(37,55,77);
    text-align: center;
}

.text-note-text {
    margin-left: 70px;
    margin-right: 70px;
    margin-bottom: 20px;
}

.div-with_scroll{
    overflow: auto;
    height: 100%;
}