remove compass mixins
This commit is contained in:
parent
c6dbd3a634
commit
3e0ec54ba5
|
@ -11,12 +11,17 @@
|
||||||
z-index: 100
|
z-index: 100
|
||||||
background-color: #fff
|
background-color: #fff
|
||||||
border: 10px solid rgba(114, 131, 139, 0.6)
|
border: 10px solid rgba(114, 131, 139, 0.6)
|
||||||
@include background-clip(padding-box)
|
background-clip: padding-box
|
||||||
@include border-radius(4px)
|
border-radius 4px
|
||||||
|
|
||||||
|
|
||||||
|
@mixin clearfix
|
||||||
|
&:before,
|
||||||
|
&:after
|
||||||
|
content: ""
|
||||||
|
display: table
|
||||||
|
&:after
|
||||||
|
clear: both
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
width: 400px
|
width: 400px
|
||||||
min-width: auto
|
min-width: auto
|
||||||
max-height: 400px
|
max-height: 400px
|
||||||
@include border-radius(8px)
|
border-radius: 8px
|
||||||
|
|
||||||
h2
|
h2
|
||||||
color: #919191
|
color: #919191
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
.pro
|
.pro
|
||||||
#CHARM_TAB
|
#CHARM_TAB
|
||||||
display: block
|
display: block
|
||||||
-webkit-transform: translateY(0) rotate(270deg) !important
|
|
||||||
-moz-transform: translateY(0) rotate(270deg) !important
|
|
||||||
transform: translateY(0) rotate(270deg) !important
|
transform: translateY(0) rotate(270deg) !important
|
||||||
background-image: url(/images/ui/charmtab.png)
|
background-image: url(/images/ui/charmtab.png)
|
||||||
margin-left: -135px !important
|
margin-left: -135px !important
|
||||||
|
@ -14,6 +12,4 @@
|
||||||
left: 100% !important
|
left: 100% !important
|
||||||
|
|
||||||
#CHARM_TAB:hover
|
#CHARM_TAB:hover
|
||||||
-webkit-transform: translateY(-7px) rotate(270deg) !important
|
|
||||||
-moz-transform: translateY(-7px) rotate(270deg) !important
|
|
||||||
transform: translateY(-7px) rotate(270deg) !important
|
transform: translateY(-7px) rotate(270deg) !important
|
||||||
|
|
|
@ -60,7 +60,6 @@
|
||||||
position : absolute
|
position : absolute
|
||||||
top : 0
|
top : 0
|
||||||
left : 0
|
left : 0
|
||||||
-webkit-animation : bounce 1.5s infinite ease-in-out
|
|
||||||
animation : bounce 1.5s infinite ease-in-out
|
animation : bounce 1.5s infinite ease-in-out
|
||||||
|
|
||||||
.load-circle1
|
.load-circle1
|
||||||
|
@ -68,22 +67,11 @@
|
||||||
|
|
||||||
.load-circle2
|
.load-circle2
|
||||||
background-color : #bdc5c5
|
background-color : #bdc5c5
|
||||||
-webkit-animation-delay : -0.5s
|
|
||||||
animation-delay : -0.5s
|
animation-delay : -0.5s
|
||||||
|
|
||||||
@-webkit-keyframes bounce
|
|
||||||
0%, 100%
|
|
||||||
-webkit-transform : scale(0.0)
|
|
||||||
|
|
||||||
60%
|
|
||||||
-webkit-transform : scale(1.0)
|
|
||||||
|
|
||||||
|
|
||||||
@keyframes bounce
|
@keyframes bounce
|
||||||
0%, 100%
|
0%, 100%
|
||||||
transform : scale(0.0)
|
transform : scale(0.0)
|
||||||
-webkit-transform : scale(0.0)
|
|
||||||
60%
|
60%
|
||||||
transform: scale(1.0)
|
transform: scale(1.0)
|
||||||
-webkit-transform : scale(1.0)
|
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
input, textarea {
|
input, textarea {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@include border-radius(1px);
|
border-radius: 1px
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
@ -183,14 +183,14 @@
|
||||||
color: white;
|
color: white;
|
||||||
text-shadow: 2px 2px 0 #666;
|
text-shadow: 2px 2px 0 #666;
|
||||||
cursor: hand;
|
cursor: hand;
|
||||||
@include border-radius(6px);
|
border-radius: 6px;
|
||||||
background-color: #19A509;
|
background-color: #19A509;
|
||||||
@include background-image(linear-gradient(#3f9c33 0%, #348629 100%));
|
background-image: linear-gradient(#3f9c33, #348629);
|
||||||
&:hover {
|
&:hover {
|
||||||
@include background-image(linear-gradient(#1CBE0A 0%, #158F07 100%));
|
background-image: linear-gradient(#1CBE0A, #158F07);
|
||||||
}
|
}
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
@include background-image(linear-gradient(#ddd 0%, #ccc 100%));
|
background-image: linear-gradient(#ddd, #ccc);
|
||||||
color: #f6f6f6;
|
color: #f6f6f6;
|
||||||
text-shadow: 2px 2px 0 #aaa;
|
text-shadow: 2px 2px 0 #aaa;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
width: 850px
|
width: 850px
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
padding-top: 30px
|
padding-top: 30px
|
||||||
font-family: 'Source Sans Pro', Helvetica, sans-serif
|
|
||||||
font-size: 17px
|
font-size: 17px
|
||||||
line-height: 26px
|
line-height: 26px
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
text-shadow: 0 0 10px #522600
|
text-shadow: 0 0 10px #522600
|
||||||
|
|
||||||
pointer-events: auto
|
pointer-events: auto
|
||||||
|
transform: rotate(45deg)
|
||||||
@include rotate(45deg)
|
box-shadow: rgba(black, 0.5) 1px 1px 10px, rgba(black, 0.07) 0 0 3px 1px inset
|
||||||
@include box-shadow(rgba(black, 0.5) 1px 1px 10px, rgba(black, 0.07) 0 0 3px 1px inset)
|
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
p
|
p
|
||||||
margin: 0 -10px 0 -10px
|
margin: 0 -10px 0 -10px
|
||||||
padding: 12px 35px 12px 73px
|
padding: 12px 35px 12px 73px
|
||||||
@include box-shadow($color-shadow-list-info 0 1px 8px 0 inset)
|
box-shadow: $color-shadow-list-info 0 1px 8px 0 inset
|
||||||
|
|
||||||
.indicator
|
.indicator
|
||||||
display: none
|
display: none
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
width: 20px
|
width: 20px
|
||||||
height: 20px
|
height: 20px
|
||||||
border: 1px solid $color-border-normal
|
border: 1px solid $color-border-normal
|
||||||
@include rotate(45deg)
|
transform: rotate(45deg)
|
||||||
|
|
||||||
&.selected .indicator
|
&.selected .indicator
|
||||||
display: block
|
display: block
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
@import "app/_mixins/all"
|
@import "app/_mixins/all"
|
||||||
|
|
||||||
#annotations
|
#annotations
|
||||||
|
@include clearfix
|
||||||
margin: 8px 0 25px 12px
|
margin: 8px 0 25px 12px
|
||||||
padding: 12px 0 0 0
|
padding: 12px 0 0 0
|
||||||
@include clearfix
|
|
||||||
|
|
||||||
a
|
a
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
|
@ -39,10 +39,10 @@ table.list
|
||||||
white-space: normal
|
white-space: normal
|
||||||
|
|
||||||
td:first-child
|
td:first-child
|
||||||
@include border-left-radius(4px)
|
border-left-radius: 4px
|
||||||
|
|
||||||
td:last-child
|
td:last-child
|
||||||
@include border-right-radius(4px)
|
border-right-radius: 4px
|
||||||
|
|
||||||
tr.message, td.message
|
tr.message, td.message
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
|
@ -123,8 +123,8 @@ pre#log
|
||||||
border: 1px solid #bbb
|
border: 1px solid #bbb
|
||||||
border-top-color: #ddd
|
border-top-color: #ddd
|
||||||
border-bottom-color: #bbb
|
border-bottom-color: #bbb
|
||||||
@include border-radius(8px)
|
border-radius: 8px
|
||||||
@include background(linear-gradient(#fff, #e0e0e0))
|
background: linear-gradient(#fff, #e0e0e0)
|
||||||
|
|
||||||
label
|
label
|
||||||
display: none
|
display: none
|
||||||
|
@ -149,8 +149,8 @@ pre#log
|
||||||
width: 8px
|
width: 8px
|
||||||
height: 8px
|
height: 8px
|
||||||
background-color: #aaa
|
background-color: #aaa
|
||||||
@include border-radius(4px)
|
border-radius: 4px
|
||||||
@include box-shadow(white 1px 1px 2px)
|
box-shadow: $white 1px 1px 2px
|
||||||
|
|
||||||
&.active .status
|
&.active .status
|
||||||
background-color: #6b0
|
background-color: #6b0
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
#new-summary
|
#new-summary
|
||||||
@include clearfix
|
@include clearfix
|
||||||
@include border-radius(4px)
|
border-radius: 4px
|
||||||
padding: 0 11px 0 51px
|
padding: 0 11px 0 51px
|
||||||
position: relative
|
position: relative
|
||||||
min-height: 155px
|
min-height: 155px
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
.build-status
|
.build-status
|
||||||
@include border-radius(4px)
|
border-radius: 4px
|
||||||
color: white
|
color: white
|
||||||
padding: 8px 0
|
padding: 8px 0
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
background-position: 6px 7px, right 9px center
|
background-position: 6px 7px, right 9px center
|
||||||
background-color: #a6adad
|
background-color: #a6adad
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
@include border-radius(4px)
|
border-radius: 4px
|
||||||
|
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
float: right
|
float: right
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
top: -4px
|
top: -4px
|
||||||
width: 140px
|
width: 140px
|
||||||
background-color: #a6adad
|
background-color: #a6adad
|
||||||
@include border-bottom-radius(4px)
|
border-bottom-radius: 4px
|
||||||
a
|
a
|
||||||
display: block
|
display: block
|
||||||
color: $white
|
color: $white
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
&:hover:not(.disabled)
|
&:hover:not(.disabled)
|
||||||
background-color: #909393
|
background-color: #909393
|
||||||
&:last-child
|
&:last-child
|
||||||
@include border-bottom-radius(4px)
|
border-bottom-radius: 4px
|
||||||
&.disabled
|
&.disabled
|
||||||
cursor: default
|
cursor: default
|
||||||
color: $color-link-disabled
|
color: $color-link-disabled
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
height: 20px
|
height: 20px
|
||||||
background-image: inline-image('ui/slider-open.svg')
|
background-image: inline-image('ui/slider-open.svg')
|
||||||
background-position: 6px 5px
|
background-position: 6px 5px
|
||||||
@include border-bottom-left-radius(4px)
|
border-bottom-left-radius: 4px
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
margin: -200px 0 0 -200px
|
margin: -200px 0 0 -200px
|
||||||
padding: 20px
|
padding: 20px
|
||||||
@include popup
|
@include popup
|
||||||
@include box-sizing(border-box)
|
box-sizing: border-box
|
||||||
|
|
||||||
.close
|
.close
|
||||||
position: absolute
|
position: absolute
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
background-color: $color-bg-pre
|
background-color: $color-bg-pre
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 10px 20px
|
padding: 10px 20px
|
||||||
@include border-radius(4px)
|
border-radius: 4px
|
||||||
|
|
||||||
#status-images
|
#status-images
|
||||||
display: none
|
display: none
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
padding: 4px
|
padding: 4px
|
||||||
resize: vertical
|
resize: vertical
|
||||||
margin-bottom: 0px
|
margin-bottom: 0px
|
||||||
@include border-radius(3px)
|
border-radius: 3px
|
||||||
|
|
||||||
p:last-child
|
p:last-child
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
border: 1px solid $color-border-light
|
border: 1px solid $color-border-light
|
||||||
width: 505px
|
width: 505px
|
||||||
padding: 4px
|
padding: 4px
|
||||||
@include border-radius(3px)
|
border-radius: 3px
|
||||||
|
|
||||||
#regenerate-key, #regeneration-success
|
#regenerate-key, #regeneration-success
|
||||||
display: none
|
display: none
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
background-color: $color-bg-slider
|
background-color: $color-bg-slider
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
background: transparent url(/images/ui/slider-closed.png) no-repeat 3px 38px
|
background: transparent url(/images/ui/slider-closed.png) no-repeat 3px 38px
|
||||||
@include border-top-left-radius(4px)
|
border-top-left-radius: 4px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
background-color: $color-border-slider-hover
|
background-color: $color-border-slider-hover
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
width: 100px
|
width: 100px
|
||||||
height: 100px
|
height: 100px
|
||||||
margin: 3px 20px 0 0
|
margin: 3px 20px 0 0
|
||||||
@include border-radius(100px)
|
border-radius: 100px
|
||||||
background-color: $color-bg-light
|
background-color: $color-bg-light
|
||||||
|
|
||||||
dl.profile
|
dl.profile
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#hooks, #unadministerable-hooks
|
#hooks, #unadministerable-hooks
|
||||||
.travis-switch
|
.travis-switch
|
||||||
font-size: 10px
|
font-size: 10px
|
||||||
// @include list-base
|
|
||||||
margin-top: 10px
|
margin-top: 10px
|
||||||
|
|
||||||
li
|
li
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
border-bottom-color: $color-border-light
|
border-bottom-color: $color-border-light
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
@include border-top-radius(2px)
|
border-top-radius: 2px
|
||||||
font-size: 10px
|
font-size: 10px
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
|
@ -100,5 +100,5 @@
|
||||||
width: 8px
|
width: 8px
|
||||||
height: 8px
|
height: 8px
|
||||||
margin-right: 3px
|
margin-right: 3px
|
||||||
@include border-radius(4px)
|
border-radius: 4px
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
width: 205px
|
width: 205px
|
||||||
margin: 0 0 8px 0
|
margin: 0 0 8px 0
|
||||||
border: 1px solid $color-border-light
|
border: 1px solid $color-border-light
|
||||||
@include border-radius(8px)
|
border-radius: 8px
|
||||||
list-style-type: none
|
list-style-type: none
|
||||||
|
|
||||||
a
|
a
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
z-index: 200
|
z-index: 200
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
width: 205px
|
width: 205px
|
||||||
@include border-radius(8px)
|
border-radius: 8px
|
||||||
|
|
||||||
.platinum
|
.platinum
|
||||||
height: 130px
|
height: 130px
|
||||||
|
|
|
@ -237,14 +237,8 @@
|
||||||
padding-bottom: 10px
|
padding-bottom: 10px
|
||||||
overflow: auto
|
overflow: auto
|
||||||
display: flex
|
display: flex
|
||||||
display: -webkit-flex
|
|
||||||
display: -moz-flex
|
|
||||||
-webkit-align-items: center
|
|
||||||
-moz-align-items: center
|
|
||||||
align-items: center
|
align-items: center
|
||||||
justify-content: left
|
justify-content: left
|
||||||
-webkit-justify-content: left
|
|
||||||
-moz-justify-content: left
|
|
||||||
border-bottom: 1px solid #F1F1F1
|
border-bottom: 1px solid #F1F1F1
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
@ -287,12 +281,6 @@
|
||||||
max-width: 390px
|
max-width: 390px
|
||||||
min-height: 25px
|
min-height: 25px
|
||||||
display: flex
|
display: flex
|
||||||
display: -webkit-flex
|
|
||||||
display: -moz-flex
|
|
||||||
-webkit-align-items: center
|
|
||||||
-moz-align-items: center
|
|
||||||
align-items: center
|
align-items: center
|
||||||
justify-content: left
|
justify-content: left
|
||||||
-webkit-justify-content: left
|
|
||||||
-moz-justify-content: left
|
|
||||||
padding: 8px 12px
|
padding: 8px 12px
|
||||||
|
|
Loading…
Reference in New Issue
Block a user