32 lines
534 B
Plaintext
32 lines
534 B
Plaintext
QPushButton#connexion_btn {
|
|
border-radius: 15px;
|
|
background-color: rgb(255, 120, 0);
|
|
}
|
|
|
|
|
|
QPushButton#connexion_btn:hover {
|
|
background: #ffad66;
|
|
}
|
|
|
|
QPushButton#discord_btn,
|
|
QPushButton#intranet_btn
|
|
{
|
|
border-radius: 15px;
|
|
background-color: #203a43;
|
|
}
|
|
|
|
QPushButton#close_btn {
|
|
border : 0;
|
|
background: transparent;
|
|
}
|
|
|
|
QPushButton#minimize_btn {
|
|
background-color: transparent;
|
|
border: none;
|
|
border-bottom: 5px solid white;
|
|
color: white;
|
|
font-size: 18px;
|
|
padding: 0px;
|
|
padding-top: 0
|
|
}
|