Skip to content
app.scss 1006 B
Newer Older
wangqinghua's avatar
wangqinghua committed
// http://ionicframework.com/docs/theming/


// App Global Sass
// --------------------------------------------------
// Put style rules here that you want to apply globally. These
// styles are for the entire app and not just one component.
// Additionally, this file can be also used as an entry point
// to import other Sass files to be included in the output CSS.
//
// Shared Sass variables, which can be used to adjust Ionic's
// default Sass variables, belong in "theme/variables.scss".
//
// To declare rules for a specific mode, create a child rule
// for the .md, .ios, or .wp mode classes. The mode class is
// automatically applied to the <body> element in the app.
wangqinghua's avatar
wangqinghua committed
@import "../theme/icon.scss";

.back-button-icon-ios{
  line-height: 20px;
  font-size: 3rem;
wangqinghua's avatar
wangqinghua committed
}

.submit-btn{
  height: 40px;
  margin-bottom: 15px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  color: #fff;
  font-size: 15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
wangqinghua's avatar
wangqinghua committed
}