@import url('./themes.css');

#settings {
    display: flex;
    position: relative;
}

#close-settings-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

#settings-output {
    width: 70%;
    height: 100%;
    border: 1px solid blue;
    padding: 15px;
}

#settings-nav{
    width: 30%;
    height: 100%;
    border: 1px solid red;
}

.settings-nav-item {
    border: 1px solid black;
    height: 40px;
}

.settings-nav-item:hover {
    cursor: pointer;
}

.pack-select {
    border: 1px solid black;
    height: 200px;
}
