29 lines
399 B
SCSS
29 lines
399 B
SCSS
@import 'ember-paper';
|
|
|
|
#pressButtonBridgeImg {
|
|
width: 200px;
|
|
margin: 0 auto 0 auto;
|
|
display: inherit;
|
|
}
|
|
|
|
.noTextDecoration {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.md-subheader-content {
|
|
max-width: 500px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
md-list {
|
|
max-width: 600px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.item {
|
|
max-width: 400px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|