All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.modules.agent-network.components.agent.agent.component.scss Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version

.btn {
    background-color: white;
    border: none;
    color: red;
}

.dot {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy