forked from bradleytrager/performance-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.less
More file actions
executable file
·54 lines (45 loc) · 907 Bytes
/
app.less
File metadata and controls
executable file
·54 lines (45 loc) · 907 Bytes
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
@import "../bower_components/mobile-angular-ui/dist/css/mobile-angular-ui-hover.css";
@import "../bower_components/mobile-angular-ui/dist/css/mobile-angular-ui-base.css";
/*@import "../bower_components/mobile-angular-ui/dist/css/mobile-angular-ui-desktop.css";*/
@import "../js/clients/styles/clients.less";
@import "../js/clients/styles/exercises.less";
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-child(1):before {
content: "";
padding: 0;
}
/*custom styles*/
.app{
background: white;
/*color: #48C9AF;*/
}
.error-message {
padding: 10px;
color: #555555;
}
#login {
input.form-control {
width: 40%;
}
.alert {
width: 40%;
}
}