Add styling for dashboard tile
This commit is contained in:
parent
ec43ab472d
commit
b1cc0f156c
23
style/dashboard_tile.scss
Normal file
23
style/dashboard_tile.scss
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
.dashboard-tile {
|
||||||
|
img {
|
||||||
|
width: $dashboard-tile-size;
|
||||||
|
height: $dashboard-tile-size;
|
||||||
|
border-radius: 7px;
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.dashboard-tile-title {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.dashboard-tile-description {
|
||||||
|
font-size: 12px;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
@ -8,6 +8,7 @@
|
|||||||
@import 'home.scss';
|
@import 'home.scss';
|
||||||
@import 'search.scss';
|
@import 'search.scss';
|
||||||
@import 'personal.scss';
|
@import 'personal.scss';
|
||||||
|
@import 'dashboard_tile.scss';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
@ -14,3 +14,5 @@ $queue-background-color: $play-bar-background-color;
|
|||||||
|
|
||||||
$auth-inputs: #796dd4;
|
$auth-inputs: #796dd4;
|
||||||
$auth-containers: white;
|
$auth-containers: white;
|
||||||
|
|
||||||
|
$dashboard-tile-size: 200px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user