2019-12-27 14:40:27 -06:00
|
|
|
/**
|
|
|
|
|
* The following styles get applied inside the editor only.
|
|
|
|
|
*
|
|
|
|
|
* Replace them with your own styles or remove the file completely.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.wp-block-wp-strava-activity {
|
|
|
|
|
border: 1px dotted #f00;
|
|
|
|
|
}
|
2020-11-27 13:21:17 -06:00
|
|
|
|
|
|
|
|
.activity-details-table tr td {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
.activity-details-table th {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
}
|
|
|
|
|
.activity-details-table td {
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #e7e7e7;
|
|
|
|
|
}
|
|
|
|
|
.activity-details-table-info {
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
|
|
|
|
|
}
|
|
|
|
|
.activity-details-table-units {
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
}
|