Skip to content

Commit

Permalink
gutted the app
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Nov 10, 2017
1 parent 31c3e67 commit 4adcae3
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 850 deletions.
100 changes: 0 additions & 100 deletions _sass/_app.sass
Original file line number Diff line number Diff line change
@@ -1,103 +1,3 @@

// App specific styles
.navbar-header .applicationTitle
font-family: 'balooregular', 'lato', sans-serif
font-size: 30px
vertical-align: middle

#imagealts
height: 86px
font-family: monospace
font-size: 12px

#output-btn
border: 0px
margin: 0px
padding: 0px
button
border-top-left-radius: 0px
border-bottom-left-radius: 0px
ul
right: 2px
left: auto
min-width: 86px

#standard
left: auto

#button-row .btn-sm
vertical-align: -11px

.notifications,
#results
position: fixed
bottom: 0px
left: 50%
width: 95%
margin: 0px auto
transform: translateX(-50%)
z-index: 9
h4
margin: -2px 0px 2px

.outputFolderIcon
top: -31px
left: -14px
background: #FFF
padding: 4px 0px 0px 6px
cursor: pointer

.folderPicker
padding-right: 36px

#button-badges .disabled
cursor: pointer
pointer-events: auto

#imageAltsModal
position: fixed
top: 0px
right: 0px
bottom: 0px
left: 0px
background: rgba(0, 0, 0, 0.6)
overflow: auto
z-index: 1090
.modal-dialog
position: relative
.modal-body
height: 100%
min-height: 250px
max-height: 500px
text-align: center
overflow: auto
p
font-size: 23px

#imageAltsThumbs
img
max-width: 200px
max-height: 200px
border: 1px solid #CCC
border-radius: 4px
padding: 3px
&:hover
background: #333
div[data-imgnum]
display: inline-block
max-width: 200px
margin: 15px 20px
text-align: center
.btn
margin: 0px 10px
cursor: pointer
&:focus
outline: 0px
&.disabled
pointer-events: all
-webkit-filter: saturate(0)

@media (min-width: 768px)
#imageAltsModal .modal-dialog
width: calc(100% - 70px)
21 changes: 0 additions & 21 deletions _sass/_fonts.sass
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,3 @@
font-style: normal
font-weight: normal
src: url('../_fonts/baloo.woff') format('woff')

@font-face
font-family: 'lato'
font-style: normal
font-weight: 400
src: local('Lato Regular'), local('Lato-Regular'), url('../_fonts/lato-regular.woff') format('woff')
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215

@font-face
font-family: 'lato'
font-style: normal
font-weight: 700
src: local('Lato Bold'), local('Lato-Bold'), url('../_fonts/lato-bold.woff') format('woff')
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215

@font-face
font-family: 'lato'
font-style: italic
font-weight: 400
src: local('Lato Italic'), local('Lato-Italic'), url('../_fonts/lato-italic.woff') format('woff')
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
1 change: 0 additions & 1 deletion _sass/_main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ html
body
+bmp0
width: 100%
padding-top: 57px

input[type="color"]
+bmp0
Expand Down
137 changes: 0 additions & 137 deletions _sass/_ven.bootstrap-slider.scss

This file was deleted.

Loading

0 comments on commit 4adcae3

Please sign in to comment.