kh-portfolio 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +81 -0
- data/_includes/nav.html +25 -0
- data/_includes/powered-by.html +5 -0
- data/_includes/social-media-connection-bar.html +27 -0
- data/_layouts/archive.html +35 -0
- data/_layouts/default.html +44 -0
- data/_layouts/page.html +14 -0
- data/_layouts/portfolio.html +29 -0
- data/_layouts/post.html +74 -0
- data/_layouts/project.html +51 -0
- data/_sass/_global.scss +32 -0
- data/_sass/_gruppo.scss +5 -0
- data/_sass/_post.scss +73 -0
- data/_sass/_project.scss +71 -0
- data/_sass/_variables.scss +8 -0
- data/_sass/materialize/LICENSE +21 -0
- data/_sass/materialize/README.md +48 -0
- data/_sass/materialize/all.scss +40 -0
- data/_sass/materialize/components/_buttons.scss +281 -0
- data/_sass/materialize/components/_cards.scss +187 -0
- data/_sass/materialize/components/_carousel.scss +85 -0
- data/_sass/materialize/components/_chips.scss +83 -0
- data/_sass/materialize/components/_collapsible.scss +90 -0
- data/_sass/materialize/components/_color.scss +412 -0
- data/_sass/materialize/components/_dropdown.scss +65 -0
- data/_sass/materialize/components/_global.scss +800 -0
- data/_sass/materialize/components/_grid.scss +147 -0
- data/_sass/materialize/components/_icons-material-design.scss +5 -0
- data/_sass/materialize/components/_materialbox.scss +42 -0
- data/_sass/materialize/components/_mixins.scss +5 -0
- data/_sass/materialize/components/_modal.scss +90 -0
- data/_sass/materialize/components/_navbar.scss +190 -0
- data/_sass/materialize/components/_normalize.scss +424 -0
- data/_sass/materialize/components/_prefixer.scss +384 -0
- data/_sass/materialize/components/_preloader.scss +334 -0
- data/_sass/materialize/components/_roboto.scss +28 -0
- data/_sass/materialize/components/_sideNav.scss +208 -0
- data/_sass/materialize/components/_slider.scss +92 -0
- data/_sass/materialize/components/_table_of_contents.scss +33 -0
- data/_sass/materialize/components/_tabs.scss +99 -0
- data/_sass/materialize/components/_toast.scss +65 -0
- data/_sass/materialize/components/_tooltip.scss +32 -0
- data/_sass/materialize/components/_typography.scss +61 -0
- data/_sass/materialize/components/_variables.scss +313 -0
- data/_sass/materialize/components/_waves.scss +177 -0
- data/_sass/materialize/components/date_picker/_default.date.scss +435 -0
- data/_sass/materialize/components/date_picker/_default.scss +201 -0
- data/_sass/materialize/components/date_picker/_default.time.scss +125 -0
- data/_sass/materialize/components/forms/_checkboxes.scss +220 -0
- data/_sass/materialize/components/forms/_file-input.scss +38 -0
- data/_sass/materialize/components/forms/_forms.scss +22 -0
- data/_sass/materialize/components/forms/_input-fields.scss +286 -0
- data/_sass/materialize/components/forms/_radio-buttons.scss +117 -0
- data/_sass/materialize/components/forms/_range.scss +159 -0
- data/_sass/materialize/components/forms/_select.scss +121 -0
- data/_sass/materialize/components/forms/_switches.scss +78 -0
- data/assets/fonts/gruppo/Gruppo-Regular.ttf +0 -0
- data/assets/fonts/gruppo/OFL.txt +93 -0
- data/assets/fonts/roboto/LICENSE.txt +202 -0
- data/assets/fonts/roboto/Roboto-Black.ttf +0 -0
- data/assets/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
- data/assets/fonts/roboto/Roboto-Bold.ttf +0 -0
- data/assets/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
- data/assets/fonts/roboto/Roboto-Italic.ttf +0 -0
- data/assets/fonts/roboto/Roboto-Light.ttf +0 -0
- data/assets/fonts/roboto/Roboto-LightItalic.ttf +0 -0
- data/assets/fonts/roboto/Roboto-Medium.ttf +0 -0
- data/assets/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
- data/assets/fonts/roboto/Roboto-Regular.ttf +0 -0
- data/assets/fonts/roboto/Roboto-Thin.ttf +0 -0
- data/assets/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
- data/assets/js/theme.js +8 -0
- data/assets/styles.scss +14 -0
- data/assets/syntax.scss +332 -0
- metadata +161 -0
data/_sass/_gruppo.scss
ADDED
data/_sass/_post.scss
ADDED
@@ -0,0 +1,73 @@
|
|
1
|
+
.post{
|
2
|
+
|
3
|
+
.title{
|
4
|
+
font-family: Gruppo;
|
5
|
+
text-transform: none;
|
6
|
+
margin-bottom: 0;
|
7
|
+
}
|
8
|
+
|
9
|
+
.created{
|
10
|
+
text-transform: uppercase;
|
11
|
+
color: lighten($off-black,60%);
|
12
|
+
}
|
13
|
+
|
14
|
+
.body{
|
15
|
+
}
|
16
|
+
|
17
|
+
.categories{
|
18
|
+
|
19
|
+
background-color: transparent;
|
20
|
+
box-shadow: none;
|
21
|
+
height: 13px;
|
22
|
+
line-height: 13px;
|
23
|
+
|
24
|
+
.col{
|
25
|
+
padding: 0;
|
26
|
+
}
|
27
|
+
|
28
|
+
.breadcrumb{
|
29
|
+
color: lighten($off-black,60%);
|
30
|
+
text-transform: uppercase;
|
31
|
+
font-size: 13px;
|
32
|
+
}
|
33
|
+
|
34
|
+
.breadcrumb:before{
|
35
|
+
color: $primary-color;
|
36
|
+
font-size: 13px;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
}
|
41
|
+
|
42
|
+
#archive{
|
43
|
+
|
44
|
+
.post{
|
45
|
+
|
46
|
+
.title{
|
47
|
+
font-family: Roboto;
|
48
|
+
font-weight: bold;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
|
53
|
+
#blog-preview{
|
54
|
+
|
55
|
+
.post{
|
56
|
+
|
57
|
+
margin: 0px 0 16px 0;
|
58
|
+
|
59
|
+
.title{
|
60
|
+
font-family: Roboto;
|
61
|
+
font-weight: bold;
|
62
|
+
}
|
63
|
+
|
64
|
+
.exercept{
|
65
|
+
|
66
|
+
}
|
67
|
+
|
68
|
+
.read-more{
|
69
|
+
text-decoration: underline;
|
70
|
+
}
|
71
|
+
|
72
|
+
}
|
73
|
+
}
|
data/_sass/_project.scss
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
.project{
|
2
|
+
|
3
|
+
.title{
|
4
|
+
font-family: Gruppo;
|
5
|
+
font-size: 3em;
|
6
|
+
font-weight: bold;
|
7
|
+
}
|
8
|
+
|
9
|
+
.created{
|
10
|
+
color: lighten($off-black,60%);
|
11
|
+
text-transform: uppercase;
|
12
|
+
}
|
13
|
+
|
14
|
+
.image{
|
15
|
+
|
16
|
+
height: $showcase-image-height;
|
17
|
+
text-align: center;
|
18
|
+
|
19
|
+
.fa{
|
20
|
+
color: $primary-color;
|
21
|
+
font-size: $showcase-image-height - $padding;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
li:before {
|
26
|
+
margin-left: $padding;
|
27
|
+
content: "›";
|
28
|
+
padding-right: 8px;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
#portfolio{
|
33
|
+
|
34
|
+
.project{
|
35
|
+
|
36
|
+
margin-bottom: $padding;
|
37
|
+
|
38
|
+
.title{
|
39
|
+
font-family: Roboto;
|
40
|
+
font-size: 15px;
|
41
|
+
font-weight: bold;
|
42
|
+
}
|
43
|
+
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
#showcase{
|
48
|
+
|
49
|
+
a{
|
50
|
+
color: lighten($off-black,60%);
|
51
|
+
}
|
52
|
+
|
53
|
+
.project{
|
54
|
+
|
55
|
+
position: relative;
|
56
|
+
height: 250px;
|
57
|
+
|
58
|
+
.title{
|
59
|
+
margin-top: $padding;
|
60
|
+
color: $off-black;
|
61
|
+
font-size: larger;
|
62
|
+
font-family: Roboto;
|
63
|
+
}
|
64
|
+
|
65
|
+
.created{
|
66
|
+
font-size: smaller;
|
67
|
+
}
|
68
|
+
|
69
|
+
}
|
70
|
+
|
71
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2014-2016 Materialize
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -0,0 +1,48 @@
|
|
1
|
+

|
2
|
+
===========
|
3
|
+
|
4
|
+
[](https://travis-ci.org/Dogfalo/materialize)[](https://david-dm.org/Dogfalo/materialize#info=devDependencies)[](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
5
|
+
|
6
|
+
[Materialize](http://materializecss.com/), a CSS Framework based on material design
|
7
|
+
|
8
|
+
### Current Version : v0.97.7
|
9
|
+
|
10
|
+
## Sass Requirements:
|
11
|
+
- Ruby Sass 3.3+, LibSass 0.6+
|
12
|
+
|
13
|
+
## Supported Browsers:
|
14
|
+
Chrome 35+, Firefox 31+, Safari 7+, IE 10+
|
15
|
+
|
16
|
+
## Changelog
|
17
|
+
- v0.97.7 (July 23rd)
|
18
|
+
- Basic horizontal cards
|
19
|
+
- Carousel bug fixes and new features
|
20
|
+
- Updated sidenav styles and new component
|
21
|
+
- Meteor package now supports Sass
|
22
|
+
- Autocomplete form component
|
23
|
+
- Chips jQuery plugin
|
24
|
+
- v0.97.6 (April 1st)
|
25
|
+
- **Removed deprecated material icons from project**
|
26
|
+
- **Changed /font directory to /fonts**
|
27
|
+
- Datepicker and ScrollSpy now compatible with jQuery 2.2.x
|
28
|
+
- Responsive tables now work with empty cells
|
29
|
+
- Added focus states to checkboxes, switches, and radio buttons
|
30
|
+
- Sidenav and Modals no longer cause flicker with scrollbar
|
31
|
+
- Materialbox overflow and z-index issues fixed
|
32
|
+
- Added new option for Card actions within a Card reveal
|
33
|
+
- v0.97.5 (Dec 21, 2015)
|
34
|
+
- Fixed Meteor package crash
|
35
|
+
- v0.97.4 (Dec 20, 2015)
|
36
|
+
- Added Jasmine testing with Travis CI
|
37
|
+
- Select bugfixes
|
38
|
+
- Grid Offset bugfix
|
39
|
+
- Dropdown overflow bugfix
|
40
|
+
- Range slider error bugfix
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
## Contributing
|
45
|
+
[Please read CONTRIBUTING.md for more information](CONTRIBUTING.md)
|
46
|
+
|
47
|
+
## Testing
|
48
|
+
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, [here's a starting guide on how to write tests in Jasmine](https://docs.google.com/document/d/1dVM6qGt_b_y9RRhr9X7oZfFydaJIEqB9CT7yekv-4XE/edit?usp=sharing)
|
@@ -0,0 +1,40 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
|
3
|
+
// Mixins
|
4
|
+
// @import "materialize/components/prefixer";
|
5
|
+
@import "materialize/components/mixins";
|
6
|
+
@import "materialize/components/color";
|
7
|
+
|
8
|
+
// Variables;
|
9
|
+
@import "materialize/components/variables";
|
10
|
+
|
11
|
+
// Reset
|
12
|
+
@import "materialize/components/normalize";
|
13
|
+
|
14
|
+
// materialize/components
|
15
|
+
@import "materialize/components/global";
|
16
|
+
@import "materialize/components/icons-material-design";
|
17
|
+
@import "materialize/components/grid";
|
18
|
+
@import "materialize/components/navbar";
|
19
|
+
@import "materialize/components/roboto";
|
20
|
+
@import "materialize/components/typography";
|
21
|
+
@import "materialize/components/cards";
|
22
|
+
//@import "materialize/components/toast";
|
23
|
+
@import "materialize/components/tabs";
|
24
|
+
//@import "materialize/components/tooltip";
|
25
|
+
@import "materialize/components/buttons";
|
26
|
+
@import "materialize/components/dropdown";
|
27
|
+
@import "materialize/components/waves";
|
28
|
+
//@import "materialize/components/modal";
|
29
|
+
//@import "materialize/components/collapsible";
|
30
|
+
@import "materialize/components/chips";
|
31
|
+
@import "materialize/components/materialbox";
|
32
|
+
@import "materialize/components/forms/forms";
|
33
|
+
//@import "materialize/components/table_of_contents";
|
34
|
+
@import "materialize/components/sideNav";
|
35
|
+
//@import "materialize/components/preloader";
|
36
|
+
//@import "materialize/components/slider";
|
37
|
+
//@import "materialize/components/carousel";
|
38
|
+
@import "materialize/components/date_picker/default";
|
39
|
+
@import "materialize/components/date_picker/default.date";
|
40
|
+
@import "materialize/components/date_picker/default.time";
|
@@ -0,0 +1,281 @@
|
|
1
|
+
// shared styles
|
2
|
+
.btn,
|
3
|
+
.btn-flat {
|
4
|
+
border: $button-border;
|
5
|
+
border-radius: $button-radius;
|
6
|
+
display: inline-block;
|
7
|
+
height: $button-height;
|
8
|
+
line-height: $button-height;
|
9
|
+
padding: $button-padding;
|
10
|
+
text-transform: uppercase;
|
11
|
+
vertical-align: middle;
|
12
|
+
// Gets rid of tap active state
|
13
|
+
-webkit-tap-highlight-color: transparent;
|
14
|
+
}
|
15
|
+
|
16
|
+
// Disabled shared style
|
17
|
+
.btn.disabled,
|
18
|
+
.btn-floating.disabled,
|
19
|
+
.btn-large.disabled,
|
20
|
+
.btn-flat.disabled,
|
21
|
+
.btn:disabled,
|
22
|
+
.btn-floating:disabled,
|
23
|
+
.btn-large:disabled,
|
24
|
+
.btn-flat:disabled,
|
25
|
+
.btn[disabled],
|
26
|
+
.btn-floating[disabled],
|
27
|
+
.btn-large[disabled],
|
28
|
+
.btn-flat[disabled] {
|
29
|
+
pointer-events: none;
|
30
|
+
background-color: $button-disabled-background !important;
|
31
|
+
box-shadow: none;
|
32
|
+
color: $button-disabled-color !important;
|
33
|
+
cursor: default;
|
34
|
+
|
35
|
+
&:hover {
|
36
|
+
background-color: $button-disabled-background !important;
|
37
|
+
color: $button-disabled-color !important;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
// Shared icon styles
|
42
|
+
.btn,
|
43
|
+
.btn-floating,
|
44
|
+
.btn-large,
|
45
|
+
.btn-flat {
|
46
|
+
|
47
|
+
outline: 0;
|
48
|
+
|
49
|
+
i {
|
50
|
+
font-size: $button-font-size;
|
51
|
+
line-height: inherit;
|
52
|
+
}
|
53
|
+
}
|
54
|
+
|
55
|
+
// Shared focus button style
|
56
|
+
.btn,
|
57
|
+
.btn-floating {
|
58
|
+
&:focus {
|
59
|
+
background-color: darken($button-raised-background, 10%);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
// Raised Button
|
64
|
+
.btn {
|
65
|
+
text-decoration: none;
|
66
|
+
color: $button-raised-color;
|
67
|
+
background-color: $button-raised-background;
|
68
|
+
text-align: center;
|
69
|
+
letter-spacing: .5px;
|
70
|
+
@extend .z-depth-1;
|
71
|
+
transition: .2s ease-out;
|
72
|
+
cursor: pointer;
|
73
|
+
|
74
|
+
&:hover {
|
75
|
+
background-color: $button-raised-background-hover;
|
76
|
+
@extend .z-depth-1-half;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
// Floating button
|
81
|
+
.btn-floating {
|
82
|
+
display: inline-block;
|
83
|
+
color: $button-floating-color;
|
84
|
+
position: relative;
|
85
|
+
overflow: hidden;
|
86
|
+
z-index: 1;
|
87
|
+
width: $button-floating-size;
|
88
|
+
height: $button-floating-size;
|
89
|
+
line-height: $button-floating-size;
|
90
|
+
padding: 0;
|
91
|
+
background-color: $button-floating-background;
|
92
|
+
border-radius: $button-floating-radius;
|
93
|
+
@extend .z-depth-1;
|
94
|
+
transition: .3s;
|
95
|
+
cursor: pointer;
|
96
|
+
vertical-align: middle;
|
97
|
+
|
98
|
+
i {
|
99
|
+
width: inherit;
|
100
|
+
display: inline-block;
|
101
|
+
text-align: center;
|
102
|
+
color: $button-floating-color;
|
103
|
+
font-size: $button-large-icon-font-size;
|
104
|
+
line-height: $button-floating-size;
|
105
|
+
}
|
106
|
+
|
107
|
+
&:hover {
|
108
|
+
background-color: $button-floating-background-hover;
|
109
|
+
@extend .z-depth-1-half;
|
110
|
+
}
|
111
|
+
|
112
|
+
&:before {
|
113
|
+
border-radius: 0;
|
114
|
+
}
|
115
|
+
|
116
|
+
&.btn-large {
|
117
|
+
width: $button-floating-large-size;
|
118
|
+
height: $button-floating-large-size;
|
119
|
+
i {
|
120
|
+
line-height: $button-floating-large-size;
|
121
|
+
}
|
122
|
+
}
|
123
|
+
}
|
124
|
+
|
125
|
+
// button fix
|
126
|
+
button.btn-floating {
|
127
|
+
border: $button-border;
|
128
|
+
}
|
129
|
+
|
130
|
+
// Fixed Action Button
|
131
|
+
.fixed-action-btn {
|
132
|
+
&.active {
|
133
|
+
ul {
|
134
|
+
visibility: visible;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
&.horizontal {
|
139
|
+
padding: 0 0 0 15px;
|
140
|
+
|
141
|
+
ul {
|
142
|
+
text-align: right;
|
143
|
+
right: 64px;
|
144
|
+
top: 50%;
|
145
|
+
transform: translateY(-50%);
|
146
|
+
height: 100%;
|
147
|
+
left: auto;
|
148
|
+
width: 500px; /*width 100% only goes to width of button container */
|
149
|
+
|
150
|
+
li {
|
151
|
+
display: inline-block;
|
152
|
+
margin: 15px 15px 0 0;
|
153
|
+
}
|
154
|
+
}
|
155
|
+
}
|
156
|
+
|
157
|
+
&.toolbar {
|
158
|
+
&.active {
|
159
|
+
& > a i {
|
160
|
+
opacity: 0;
|
161
|
+
}
|
162
|
+
}
|
163
|
+
|
164
|
+
padding: 0;
|
165
|
+
height: $button-floating-large-size;
|
166
|
+
|
167
|
+
ul {
|
168
|
+
display: flex;
|
169
|
+
top: 0;
|
170
|
+
bottom: 0;
|
171
|
+
|
172
|
+
li {
|
173
|
+
flex: 1;
|
174
|
+
display: inline-block;
|
175
|
+
margin: 0;
|
176
|
+
height: 100%;
|
177
|
+
transition: none;
|
178
|
+
|
179
|
+
a {
|
180
|
+
display: block;
|
181
|
+
overflow: hidden;
|
182
|
+
position: relative;
|
183
|
+
width: 100%;
|
184
|
+
height: 100%;
|
185
|
+
background-color: transparent;
|
186
|
+
box-shadow: none;
|
187
|
+
color: #fff;
|
188
|
+
line-height: $button-floating-large-size;
|
189
|
+
z-index: 1;
|
190
|
+
|
191
|
+
i {
|
192
|
+
line-height: inherit;
|
193
|
+
}
|
194
|
+
}
|
195
|
+
}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
|
199
|
+
position: fixed;
|
200
|
+
right: 23px;
|
201
|
+
bottom: 23px;
|
202
|
+
padding-top: 15px;
|
203
|
+
margin-bottom: 0;
|
204
|
+
z-index: 998;
|
205
|
+
|
206
|
+
ul {
|
207
|
+
left: 0;
|
208
|
+
right: 0;
|
209
|
+
text-align: center;
|
210
|
+
position: absolute;
|
211
|
+
bottom: 64px;
|
212
|
+
margin: 0;
|
213
|
+
visibility: hidden;
|
214
|
+
|
215
|
+
li {
|
216
|
+
margin-bottom: 15px;
|
217
|
+
}
|
218
|
+
|
219
|
+
a.btn-floating {
|
220
|
+
opacity: 0;
|
221
|
+
}
|
222
|
+
}
|
223
|
+
|
224
|
+
.fab-backdrop {
|
225
|
+
position: absolute;
|
226
|
+
top: 0;
|
227
|
+
left: 0;
|
228
|
+
z-index: -1;
|
229
|
+
width: $button-floating-size;
|
230
|
+
height: $button-floating-size;
|
231
|
+
background-color: $button-floating-background;
|
232
|
+
border-radius: $button-floating-radius;
|
233
|
+
transform: scale(0);
|
234
|
+
}
|
235
|
+
}
|
236
|
+
|
237
|
+
// Flat button
|
238
|
+
.btn-flat {
|
239
|
+
box-shadow: none;
|
240
|
+
background-color: transparent;
|
241
|
+
color: $button-flat-color;
|
242
|
+
cursor: pointer;
|
243
|
+
transition: background-color .2s;
|
244
|
+
|
245
|
+
&:focus,
|
246
|
+
&:active {
|
247
|
+
background-color: transparent;
|
248
|
+
}
|
249
|
+
|
250
|
+
&:focus,
|
251
|
+
&:hover {
|
252
|
+
background-color: rgba(0,0,0,.1);
|
253
|
+
box-shadow: none;
|
254
|
+
}
|
255
|
+
|
256
|
+
&:active {
|
257
|
+
background-color: rgba(0,0,0,.2);
|
258
|
+
}
|
259
|
+
|
260
|
+
&.disabled {
|
261
|
+
background-color: transparent !important;
|
262
|
+
color: $button-flat-disabled-color !important;
|
263
|
+
cursor: default;
|
264
|
+
}
|
265
|
+
}
|
266
|
+
|
267
|
+
// Large button
|
268
|
+
.btn-large {
|
269
|
+
@extend .btn;
|
270
|
+
height: $button-large-height;
|
271
|
+
line-height: $button-large-height;
|
272
|
+
|
273
|
+
i {
|
274
|
+
font-size: $button-large-icon-font-size;
|
275
|
+
}
|
276
|
+
}
|
277
|
+
|
278
|
+
// Block button
|
279
|
+
.btn-block {
|
280
|
+
display: block;
|
281
|
+
}
|