- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
//@import 'reset.css'
@import 'https://fonts.googleapis.com/css?family=Roboto';
$status-open-bg = #fff
$status-fixed-bg = #b1dcb1
$status-notfixed-bg = #dcb1b1
$status-workedon-bg = #f7bb83
$status-ignore-bg = #d6d6d6;
$status-open-color = inherit
$status-fixed-color = inherit
$status-notfixed-color = inherit
$status-workedon-color = inherit
$status-ignore-color = inherit
$button-icon-comment-bg = #337ab7
$button-icon-bug-bg = salmon
$form-bug-bg = lighten(#ccc, 33%)
body
background #F6F4F1
//background #1ABC9C // green
.content
padding-top 5rem
.page-content
background alpha(#fff, 90%)
padding 2em
.view-set
.set-header
p
background aliceblue
padding 1em
margin-bottom 2em
.floating-icon
width 35px
height 35px
color #fff
border-radius 20px
text-align center
line-height 35px
font-size 18px
cursor pointer
article
background #f2f2f2
padding 1.5em
border 1px solid #e0e0e0
margin-bottom 2em
position relative
i.material-icons
display none
&.status-fixed
background lighten($status-fixed-bg, 50%)
border 1px solid $status-fixed-bg
i.material-icons
display block
position absolute
top -0.5em
left -0.5em
font-size 3em
color darken($status-fixed-bg, 40%)
//border 5px solid #2e8674 // green border
// Absolute
div.button-bug
background $button-icon-bug-bg
//box-shadow 3px 3px 0 alpha($button-icon-bug-bg, 0.6)
position absolute
top -1em
right -0.8em
z-index 4
&:hover
background darken($button-icon-bug-bg, 5%)
form.add-bug
background $form-bug-bg
display none
width 100%
padding 1em 1em 0.3em 1em
box-sizing border-box
position relative
margin-top 1em
textarea
font-size 0.9em
padding 15px
height 100px
width 100%
box-sizing border-box
div.issues-wrap
& > div.url
display flex
flex-direction row
.bug-status-actions
text-align right
margin-bottom 5px
display none
//margin 1em 0 0 1em
section
margin-top 1em
display flex
flex-direction row
// number
& > span
width 35px
height 35px
border-radius 0px
text-align center
line-height 35px
background-color #fff
box-shadow 3px 3px 5px alpha(#333, 0.15)
&.status-open
background $status-open-bg
&.status-fixed
background $status-fixed-bg
&.status-notfixed
background $status-notfixed-bg
&.status-workedon
background $status-workedon-bg
&.status-ignore
background $status-ignore-bg
.bug-title
margin 0 1em
font-size 0.9em
background #fff
padding 0.5em 0.6em 0.4em 0.6em
flex-grow 1
//height 35px
margin-bottom 1em
position relative
box-sizing border-box
& > select
position absolute
right 0
background transparent
height 100%
top 0
border none
padding-left 10px
border-left 1px solid darken(#eee, 5%)
border-bottom 1px solid darken(#eee, 0%)
color #777
height 35px
//display none
//cd text-shadow 1px 1px 0 rgba(0,0,0,0.1)
&.status-open
background $status-open-bg
&.status-fixed
background $status-fixed-bg
&.status-notfixed
background $status-notfixed-bg
&.status-workedon
background $status-workedon-bg
&.status-ignore
background $status-ignore-bg
.button-comment
background $button-icon-comment-bg
//box-shadow 3px 3px 0 alpha($button-icon-comment-bg, 0.6)
line-height 37px
&:hover
background darken($button-icon-comment-bg, 5%)
.bug-wrap
display flex
flex-direction row
width 100%
.bug-header
flex-grow 1
flex-direction column
.files
display flex
margin-top 0.8em
padding 2px 0 2px
img
width 80px
height 60px
cursor pointer
margin 0 0.5em 0 0
display block
padding 2px
border 3px solid darken(#fff, 20%)
.bug-comments
margin 0 1em // same as bug-header
form.add-comment
margin-bottom 1em
display none
textarea
width 100%
background transparent
border 2px dashed #ccc
padding 0.6em
display block;
min-height 70px
// A single Comment
.bug-comment
display flex
flex-direction row
border-bottom 1px solid #eee
margin-bottom 0.3em
.avatar
width 35px
height 35px
line-height 35px
color #fff
font-weight bold
text-align center
background salmon
p
//padding 0.6em 0.3em 0.7em 1em
padding 0.3em 0.1em 0 0.8em
box-sizing border-box
margin-bottom 0
background #fff
width 100%
//margin-left 15px
//background yellow
//border 1px solid #ccc
//background #fff
form > .arrow-up
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid $form-bug-bg;
position absolute
top -10px
left 15px;
div.setcard
border 1px dotted #999
margin-bottom 1em
a
margin-bottom 1em
display block
.info
font-size .9em
span.author
color #777
font-weight bold
span.date
color cadetblue
font-weight bold
span.completed
color green
font-weight bold
span.total
color indianred
font-weight bold
.navbar
border none
//background #2C3E50!important
//border-bottom 2px solid indianred
.fetching-large
text-align center
.spinner {
width: 140px;
height: 140px;
position: relative;
margin: 20px auto 0;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #333;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}