Skip to content

Commit 48cea6c

Browse files
committed
Fix indenting
Project uses tabs so we should be consistent.
1 parent 0fe7dd3 commit 48cea6c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

resources/assets/sass/content/_docs.scss

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -112,42 +112,42 @@
112112
}
113113
}
114114

115-
blockquote {}
115+
blockquote {}
116116
}
117117

118118
.docs blockquote.has-icon {
119119
background: none;
120-
position: relative;
120+
position: relative;
121121
padding: 0;
122122

123-
.video, .laracasts {
124-
background: rgba(103, 58, 183, 0.62);
125-
}
123+
.video, .laracasts {
124+
background: rgba(103, 58, 183, 0.62);
125+
}
126126

127-
.tip {
128-
background: #64B5F6;
129-
}
127+
.tip {
128+
background: #64B5F6;
129+
}
130130

131131
.note {
132132
background: #f4645f;
133133
}
134134

135-
p {
135+
p {
136136
border-radius: 3px;
137137
padding: 10px 15px 10px 50px;
138138
position: relative;
139139
}
140140

141-
.flag {
142-
position: absolute;
143-
width: 30px;
144-
left: 15px;
145-
top: 10px;
146-
svg {
147-
width: 24px;
148-
height: 24px;
149-
}
150-
}
141+
.flag {
142+
position: absolute;
143+
width: 30px;
144+
left: 15px;
145+
top: 10px;
146+
svg {
147+
width: 24px;
148+
height: 24px;
149+
}
150+
}
151151
}
152152

153153
.docs .svg svg {

0 commit comments

Comments
 (0)