20 lines
248 B
SCSS
20 lines
248 B
SCSS
@import 'ember-paper';
|
|
|
|
#pressButtonBridgeImg {
|
|
width: 200px;
|
|
margin: 0 auto 0 auto;
|
|
display: inherit;
|
|
}
|
|
|
|
.noTextDecoration {
|
|
text-decoration: none;
|
|
}
|
|
|
|
md-switch {
|
|
display: inline-flex;
|
|
margin: 0;
|
|
}
|
|
|
|
.controlTxt {
|
|
margin-top: 20px;
|
|
}
|