ent en cours
This commit is contained in:
11
front_end/src/components/style/SwitchThemeColor.css
Normal file
11
front_end/src/components/style/SwitchThemeColor.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.ButtonTheme{
|
||||
height: 35px;
|
||||
width: 39px;
|
||||
color: var(--text);
|
||||
background-color: var(--tint3);
|
||||
border-radius: 10px;
|
||||
margin: 0px;
|
||||
font-size: 20px;
|
||||
display: inline;
|
||||
border-color: var(--accent1);
|
||||
}
|
||||
46
front_end/src/components/style/ent.css
Normal file
46
front_end/src/components/style/ent.css
Normal file
@@ -0,0 +1,46 @@
|
||||
.ent{
|
||||
justify-content: center;
|
||||
/* background-color: #FF0000; */
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.ent_header{
|
||||
justify-content: center;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
/* background-color: #0000FF; */
|
||||
padding-bottom: 10px;
|
||||
gap: 30%;
|
||||
}
|
||||
|
||||
.ent_colonnes {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
gap: 16px;
|
||||
color: var(--text);
|
||||
/* background-color: #00FF00; */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ent_lines {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
background-color: var(--tint2);
|
||||
padding: 8px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
|
||||
.ent_session {
|
||||
gap: 5px;
|
||||
background-color: var(--tint3);
|
||||
border-radius: 20px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.ent_button{
|
||||
background-color: var(--tint3);
|
||||
color: var(--text);
|
||||
height: 30px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user