Skip to content

Commit

Permalink
new schema types styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno12mota committed Mar 30, 2016
1 parent d096326 commit 8cbb445
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
Binary file added assets/images/admin/data-schema-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/admin/url-schema-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 11,13 @@ export default class SchemaBuilder extends Component {
<div className={styles.header}>What type of content is this?</div>
<div className={styles.options}>
<button className={styles.option}>
<i className='nc-icon-outline design_webpage'></i>
<img className={styles.icon} src='/images/admin/url-schema-icon.png' width='64' />
<div className={styles.title}>With URL</div>
<div className={styles.subTitle}>Single Page</div>
</button>
<div className={styles.or}>or</div>
<button className={styles.option}>
<i className='nc-icon-outline files_single-copy-04'></i>
<img className={styles.icon} src='/images/admin/data-schema-icon.png' width='64' />
<div className={styles.title}>Without URL</div>
<div className={styles.subTitle}>Multiple Table Entries</div>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 33,29 @@
.or {
line-height: 320px;
font-size: 26px;
font-weight: 600;
color: @adminText;
padding: 0 30px;
padding: 0 50px;
}

.option {
width: 320px;
height: 320px;
border-radius: 50%;
border: 1px solid @adminBorders;
border: 1px solid @adminTextSub;

:global i {
display: block;
font-size: 60px;
color: @adminText;
&:hover {
border-color: @primary;
}
}

.icon {
margin-bottom: 20px;
}

.title {
font-size: 36px;
font-weight: 600;
color: @adminText;
}

Expand Down

0 comments on commit 8cbb445

Please sign in to comment.