Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
9ab876ba
Commit
9ab876ba
authored
2 years ago
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用してないcss削除
parent
ea3f7995
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
246 deletions
+0
-246
abweb/common/css/newdash/style_202104_.css
+0
-246
No files found.
abweb/common/css/newdash/style_202104_.css
deleted
100644 → 0
View file @
ea3f7995
@charset
"UTF-8"
;
.tb-wrap
{
border-radius
:
4px
;
border
:
3px
solid
#EBF4FB
;
}
.ad-area
{
top
:
0
;
right
:
20px
;
}
canvas
{
width
:
80%
;
height
:
200px
;
}
.tb-item
{
counter-increment
:
item
;
margin-bottom
:
10px
;
}
.tb-item
:not
(
:last-child
)
{
padding-bottom
:
20px
;
border-bottom
:
3px
solid
#EBF4FB
;
}
.tb-item
.num
:after
,
.tb-item
label
:after
{
content
:
counters
(
item
,
""
);
}
/* 工程一覧 */
#process-list
h1
{
font-size
:
20px
;
}
#process-list
.ar-box
{
min-height
:
50px
;
font-weight
:
normal
;
}
#process-list
.sp-down
img
{
width
:
35px
;
}
/* フォーム開閉ボタン */
.ac-tb-form
{
display
:
block
;
padding
:
5px
0
5px
35px
;
text-align
:
center
;
color
:
#0053f0
!important
;
font-weight
:
600
;
text-decoration
:
none
!important
;
border-radius
:
5px
;
font-size
:
14px
;
}
.ac-tb-form
:after
{
content
:
""
;
position
:
absolute
;
left
:
15px
;
transition
:
all
.2s
ease-in-out
;
display
:
block
;
width
:
8px
;
height
:
8px
;
border-top
:
2px
solid
#0053f0
;
border-right
:
2px
solid
#0053f0
;
transform
:
rotate
(
-45deg
);
top
:
45%
;
}
.ac-tb-form.hide
:after
{
transform
:
rotate
(
135deg
);
top
:
32%
;
}
.tb-item.visually-hidden
{
transition
:
0.5s
;
}
.visually-hidden
{
position
:
fixed
!important
;
top
:
0px
!important
;
left
:
0px
!important
;
width
:
0px
!important
;
height
:
0px
!important
;
opacity
:
0
!important
;
overflow
:
hidden
!important
;
border
:
none
!important
;
margin
:
0
!important
;
padding
:
0
!important
;
display
:
block
!important
;
visibility
:
visible
!important
;
}
.num
{
font-weight
:
600
;
}
i
.fa-minus
,
i
.fa-plus
{
color
:
#212529
;
}
.fa-plus
:active
{
transform
:
rotate
(
180deg
);
transition
:
.5s
;
}
#top
nav
.search
{
margin-bottom
:
1rem
;
}
.form-group
{
margin-bottom
:
0
;
}
/* アイコン */
.icon
{
width
:
22px
;
max-height
:
22px
;
}
.duration-area
{
padding-left
:
0
;
}
/* pdf出力ボタン */
.pdf-output-btn
.icon
{
width
:
22px
;
height
:
22px
;
background
:
url("../img/icon_pdf_blue.svg")
no-repeat
;
}
.pdf-output-btn
:hover
.icon
{
background
:
url("../img/icon_pdf.svg")
no-repeat
;
}
/* 表の開閉 */
.fold-area
{
height
:
30px
;
position
:
relative
;
margin
:
0
10px
;
}
.fold-area.hide
{
display
:
none
;
}
.fold-area
span
:nth-child
(
1
)
{
width
:
calc
(
100%
-
20px
);
height
:
3px
;
background-color
:
#ebf4fb
;
position
:
absolute
;
top
:
0
;
right
:
0
;
}
.fold-area
span
:nth-child
(
2
)
{
width
:
95%
;
height
:
3px
;
background-color
:
#ebf4fb
;
position
:
absolute
;
top
:
10px
;
right
:
0
;
}
.fold-area
span
:nth-child
(
2
)
{
width
:
calc
(
100%
-
10px
);
height
:
3px
;
background-color
:
#ebf4fb
;
position
:
absolute
;
top
:
10px
;
right
:
0
;
}
.fold-area
span
:nth-child
(
2
)
:before
{
content
:
''
;
width
:
3px
;
height
:
10px
;
border-left
:
3px
solid
#ebf4fb
;
position
:
absolute
;
top
:
-10px
;
}
.fold-area
span
:nth-child
(
3
)
{
width
:
100%
;
height
:
3px
;
background-color
:
#ebf4fb
;
position
:
absolute
;
top
:
20px
;
right
:
0
;
}
.fold-area
span
:nth-child
(
3
)
:before
{
content
:
''
;
width
:
3px
;
height
:
10px
;
border-left
:
3px
solid
#ebf4fb
;
position
:
absolute
;
top
:
-10px
;
}
@media
(
min-width
:
768px
)
{
.del-btn
,
.sv-btn
,
.sb-btn
{
min-width
:
150px
;
}
}
/* タブ */
.side-navi
ul
li
a
{
color
:
#212529
;
}
.side-navi
ul
li
.active.done
a
{
color
:
#212529
;
}
.side-navi
ul
li
.doing
a
{
color
:
#0053f0
;
}
.side-navi
ul
li
.yet
a
{
color
:
#ccc
;
}
/* 作業未更新 */
#top
tr
.update
{
background
:
#fffaf7
;
}
#top
tr
.update
a
:before
{
content
:
'\f2f9'
;
font-family
:
"Font Awesome 5 Free"
;
color
:
#0053f0
;
font-weight
:
600
;
margin-right
:
5px
;
}
@media
(
max-width
:
991.98px
){
.side-navi
ul
li
.active
{
background
:
#ebf4fb
!important
;
z-index
:
9999
;
margin-bottom
:
-1px
;
border-bottom
:
1px
solid
#ebf4fb
;
}
.side-navi
ul
li
.active
a
{
color
:
#0053f0
;
}
.p-form
{
border-top
:
1px
solid
#dadee3
;
margin-top
:
-1px
;
}
.side-navi
ul
li
.done
{
background
:
#C4C4C4
;
}
.side-navi
ul
li
.done
a
{
color
:
#fff
;
}
.side-navi
ul
li
.active.yet
a
{
color
:
#212529
;
}
}
@media
screen
and
(
max-width
:
768px
){
#top
tr
.update
a
:before
{
font-size
:
13px
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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