Style css

This commit is contained in:
2026-03-03 17:03:11 +01:00
parent 0922014ae8
commit bd984b4f78
4 changed files with 230 additions and 13 deletions

31
styles.qss Normal file
View File

@@ -0,0 +1,31 @@
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: 10px;
padding-top: 0
}