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.
58 lines
874 B
58 lines
874 B
/* GLOBAL */
|
|
a {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
.container {
|
|
margin-top: 2rem;
|
|
margin-bottom: -2rem;
|
|
height: 100vh;
|
|
}
|
|
|
|
span.curser {
|
|
cursor:pointer;
|
|
}
|
|
|
|
img.pb {
|
|
max-width: 2rem;
|
|
height: auto;
|
|
}
|
|
|
|
.infoboxes {
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
.mycard-half{
|
|
border-radius: 1rem;
|
|
/* box-shadow: .1rem -.1rem .3rem rgb(184, 184, 184); */
|
|
max-width: 40%;
|
|
padding: 1rem;
|
|
text-align: start;
|
|
}
|
|
.mycard{
|
|
border-radius: 1rem;
|
|
/* box-shadow: .1rem -.1rem .3rem rgb(184, 184, 184); */
|
|
max-width: 85%;
|
|
padding: 1rem;
|
|
text-align: start;
|
|
}
|
|
|
|
.card_title {
|
|
font-size: .8rem;
|
|
/* padding-top: 1.1rem; */
|
|
}
|
|
|
|
.card_content {
|
|
font-size: 1.4rem;
|
|
vertical-align: top;
|
|
margin-top: -1rem;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
.form-control-clear {
|
|
z-index: 10;
|
|
pointer-events: auto;
|
|
cursor: pointer;
|
|
}
|