Files
pezkuwi-telemetry/packages/frontend/src/components/Tile.css
T
Daniel Maricic 20a0283380 Add prettier and format the code (#242)
* prettier

* linter

* add prettier, and format the code

* make the travis pass

Signed-off-by: Daniel Maricic <daniel@woss.io>

* travis to make a build

Signed-off-by: Daniel Maricic <daniel@woss.io>

* tslint and prettier + travis

Signed-off-by: Daniel Maricic <daniel@woss.io>

* useless setting, we use spaces

Signed-off-by: Daniel Maricic <daniel@woss.io>

* backend tests added to the travis

Signed-off-by: Daniel Maricic <daniel@woss.io>
2020-03-31 16:14:48 +02:00

38 lines
559 B
CSS

.Tile {
font-size: 2.5em;
text-align: left;
width: 260px;
height: 100px;
display: inline-block;
position: relative;
}
.Tile-label {
position: absolute;
top: 24px;
left: 100px;
right: 0;
font-size: 0.4em;
text-transform: uppercase;
}
.Tile-content {
position: absolute;
bottom: 16px;
left: 100px;
right: 0;
font-weight: 300;
font-size: 0.75em;
}
.Tile .Icon {
position: absolute;
left: 20px;
top: 20px;
font-size: 0.8em;
padding: 0.5em;
border-radius: 1.25em;
border: 2px solid #e6007a;
color: #e6007a;
}