src.app.modules.agent-network.components.agent.agent.component.scss Maven / Gradle / Ivy
The newest version!
/*!
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
.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