Update style.css
Ajout CSS pour encadré procédure
This commit is contained in:
parent
eab6776eac
commit
c836080a73
@ -1,4 +1,4 @@
|
||||
body {
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #131313;
|
||||
@ -12,6 +12,23 @@ body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.bordered {
|
||||
border: 1px solid rgb(24,216,96);
|
||||
border-radius: 5px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration-color: rgb(24,216,96);
|
||||
color: rgb(24,216,96);
|
||||
}
|
||||
|
||||
|
||||
.form-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -82,4 +99,4 @@ body {
|
||||
.container {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user