Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
71cf0cbf
Commit
71cf0cbf
authored
Sep 30, 2015
by
Erkan Öğümsöğütlü
Committed by
Evren Kutar
Sep 30, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Footer & Loader
Styles for footer and loader have been implemented.
parent
bf409dba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
app.css
app/app.css
+60
-0
No files found.
app/app.css
View file @
71cf0cbf
...
@@ -49,6 +49,7 @@ a:hover {
...
@@ -49,6 +49,7 @@ a:hover {
background-color
:
transparent
;
background-color
:
transparent
;
padding
:
0
;
padding
:
0
;
font-size
:
18px
;
font-size
:
18px
;
float
:
left
;
}
}
/** BRAND **/
/** BRAND **/
...
@@ -85,6 +86,56 @@ button.brand-bg:hover {
...
@@ -85,6 +86,56 @@ button.brand-bg:hover {
/** END OF BRAND **/
/** END OF BRAND **/
/** LOADER **/
.loader
{
font-size
:
2px
;
position
:
relative
;
text-indent
:
-9999em
;
border-top
:
1.1em
solid
rgba
(
166
,
12
,
41
,
0.2
);
border-right
:
1.1em
solid
rgba
(
166
,
12
,
41
,
0.2
);
border-bottom
:
1.1em
solid
rgba
(
166
,
12
,
41
,
0.2
);
border-left
:
1.1em
solid
#A61229
;
-webkit-transform
:
translateZ
(
0
);
-ms-transform
:
translateZ
(
0
);
transform
:
translateZ
(
0
);
-webkit-animation
:
load8
1.1s
infinite
linear
;
animation
:
load8
1.1s
infinite
linear
;
float
:
left
;
margin-left
:
10px
;
margin-top
:
3px
;
}
.loader
,
.loader
:after
{
border-radius
:
50%
;
width
:
10em
;
height
:
10em
;
}
@-webkit-keyframes
load8
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
100
%
{
-webkit-transform
:
rotate
(
360deg
);
transform
:
rotate
(
360deg
);
}
}
@keyframes
load8
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
}
100
%
{
-webkit-transform
:
rotate
(
360deg
);
transform
:
rotate
(
360deg
);
}
}
/** END OF LOADER **/
/* Everything but the jumbotron gets side spacing for mobile first views */
/* Everything but the jumbotron gets side spacing for mobile first views */
.header
,
.header
,
.marketing
,
.marketing
,
...
@@ -1015,6 +1066,15 @@ table.dataTable thead .sorting:after {
...
@@ -1015,6 +1066,15 @@ table.dataTable thead .sorting:after {
body
{
body
{
overflow
:
auto
;
overflow
:
auto
;
}
}
.sidebar
footer
{
text-align
:
center
;
font-family
:
'robotomedium'
;
background-color
:
#F1F1F1
;
padding
:
15px
;
color
:
#A7A7A7
;
border-bottom
:
1px
solid
#ccc
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment