You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
492 B
37 lines
492 B
/* GLOBAL */
|
|
a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
a:hover {
|
|
transition-duration: 0.25s;
|
|
/* box-shadow: 0rem 0rem 2rem rgb(200, 69, 69); */
|
|
color: rgb(200, 69, 69);
|
|
}
|
|
|
|
.container {
|
|
margin-top: 2rem;
|
|
margin-bottom: -2rem;
|
|
height: 100vh;
|
|
}
|
|
|
|
span.curser {
|
|
cursor:pointer;
|
|
}
|
|
|
|
img.pb {
|
|
max-width: 2rem;
|
|
height: auto;
|
|
}
|
|
|
|
.form-control-clear {
|
|
z-index: 10;
|
|
pointer-events: auto;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.form-control {
|
|
height: 2.5rem;
|
|
}
|