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.
38 lines
583 B
38 lines
583 B
.resource-icon { |
|
max-height: 1.5em; |
|
display: inline; |
|
} |
|
|
|
.building-icon { |
|
max-height: 3em; |
|
padding-right: 1em; |
|
} |
|
|
|
.card { |
|
margin-bottom: 2em; |
|
} |
|
|
|
.progress { |
|
margin-top: 1em; |
|
} |
|
|
|
.icon-level-container { |
|
position: relative; |
|
text-align: center; |
|
} |
|
|
|
.level-marker { |
|
position: absolute; |
|
top: 4px; |
|
right: 10px; |
|
font-size: 2.5em; |
|
-webkit-text-stroke: 1px lighgrey; |
|
-webkit-text-fill-color: gold; |
|
font-family: Arial, serif; |
|
text-shadow: -1px -1px 2px black; |
|
} |
|
|
|
.form-control-sandbox { |
|
display: inline-block; |
|
width: 90px; |
|
} |