FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gojs-angular-basic/src/app/app.component.css at master · NorthwoodsSoftware/gojs-angular-basic · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NorthwoodsSoftware
/
gojs-angular-basic
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
42
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gojs-angular-basic
/
src
/
app
/
app.component.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (35 loc) · 732 Bytes
Breadcrumbs
gojs-angular-basic
/
src
/
app
/
app.component.css
Copy path
File metadata and controls
42 lines (35 loc) · 732 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
@import
url
(http://fonts.googleapis.com/css?family=Roboto:400
,
400
italic
,
500
,
500
italic
,
700
,
700
italic
,
900
,
900
italic
,
300
italic
,
300
,
100
italic
,
100
);
body
{
font-family
:
'Roboto'
,
sans-serif;
}
.
myDiagramDiv
{
background
:
whitesmoke;
width
:
700
px
;
height
:
300
px
;
border
:
1
px
solid black;
}
.
myPaletteDiv
{
background
:
lightcyan;
border
:
1
px
solid navy;
width
:
125
px
;
height
:
300
px
;
}
.
myOverviewDiv
{
width
:
200
px
;
height
:
150
px
;
background
:
whitesmoke;
border
:
1
px
solid black;
}
.
left
{
float
:
left;
padding
:
5
px
;
margin
:
5
px
;
}
.
box
{
border
:
solid
1
px
black;
background
:
whitesmoke;
box-shadow
:
0
4
px
8
px
0
rgba
(
0
,
0
,
0
,
0.2
)
,
0
6
px
20
px
0
rgba
(
0
,
0
,
0
,
0.19
);
}
.
clear
{
clear
:
both;
}
Back
|
FazBrowse Home
|
New Git URL