Fix the wrong font size of weveral calendar elements.
This commit is contained in:
parent
eb8f82f6c4
commit
5e9423c858
1 changed files with 12 additions and 6 deletions
|
@ -10,6 +10,8 @@
|
||||||
min-height: 80vh;
|
min-height: 80vh;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cal-container,
|
#cal-container,
|
||||||
|
@ -61,7 +63,7 @@
|
||||||
background-color: #F9F9F9;/* #3D3D3D; */
|
background-color: #F9F9F9;/* #3D3D3D; */
|
||||||
border-bottom: 1px solid #AAA;
|
border-bottom: 1px solid #AAA;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 0.9rem;
|
font-size: 1.4rem;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -232,7 +234,7 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 1.2rem;
|
font-size: 1.6rem;
|
||||||
color: #BBB;
|
color: #BBB;
|
||||||
transition: 100ms ease-out;
|
transition: 100ms ease-out;
|
||||||
}
|
}
|
||||||
|
@ -253,6 +255,7 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
|
font-size: 2.5rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -280,7 +283,7 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
padding: 5px 0 0 0;
|
padding: 5px 0 0 0;
|
||||||
font-size: 0.6rem;
|
font-size: 1.2rem;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: #DDD;
|
color: #DDD;
|
||||||
}
|
}
|
||||||
|
@ -291,6 +294,7 @@
|
||||||
|
|
||||||
#cal-container .cal-event-details table {
|
#cal-container .cal-event-details table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cal-container .cal-event-details td.cal-detail-label {
|
#cal-container .cal-event-details td.cal-detail-label {
|
||||||
|
@ -320,7 +324,7 @@
|
||||||
|
|
||||||
#cal-container .cal-event-details .cal-detail-perm-area .cal-detail-perm-count {
|
#cal-container .cal-event-details .cal-detail-perm-area .cal-detail-perm-count {
|
||||||
margin: 0 10px 0 0;
|
margin: 0 10px 0 0;
|
||||||
font-size: 1.7rem;
|
font-size: 2.5rem;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -336,7 +340,7 @@
|
||||||
#cal-container .cal-event-details .cal-detail-perm-area .cal-detail-perm-subscription-switch {
|
#cal-container .cal-event-details .cal-detail-perm-area .cal-detail-perm-subscription-switch {
|
||||||
margin: 0 0 0 10px;
|
margin: 0 0 0 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 1.35rem;
|
font-size: 1.8rem;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -346,15 +350,17 @@
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.1rem;
|
font-size: 1.5rem;
|
||||||
color: #E44;
|
color: #E44;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cal-container .cal-event-details .cal-detail-description {
|
#cal-container .cal-event-details .cal-detail-description {
|
||||||
color: #DDD;
|
color: #DDD;
|
||||||
|
font-size: 1.8rem;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
line-height: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cal-container .cal-event-details .cal-detail-tag {
|
#cal-container .cal-event-details .cal-detail-tag {
|
||||||
|
|
Loading…
Reference in a new issue