IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
RIT Open Programs Website
Commits
ee45eb8c
Commit
ee45eb8c
authored
Jun 22, 2022
by
Amy Rose
Browse files
basic search bar styles
parent
3f66c167
Pipeline
#848
passed with stage
in 3 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_sass/includes/_projects-grid.scss
View file @
ee45eb8c
/* Styles for the projects grid (projects-grid.html) */
#projects-search
{
display
:
flex
;
flex-direction
:
column
;
padding
:
0
15%
;
margin-bottom
:
2em
;
input
{
display
:
block
;
box-sizing
:
content-box
;
font-size
:
0
.9em
;
padding
:
1em
;
outline
:
none
;
border
:
1px
solid
#727578
;
border-radius
:
2px
;
&
:focus
{
outline
:
1px
solid
darken
(
#727578
,
10%
);
}
}
}
#projects-container
{
display
:
flex
;
flex-direction
:
row
;
...
...
@@ -7,8 +28,10 @@
}
.project
{
max-width
:
10em
;
// TODO: do better
margin
:
1em
;
flex
:
1
0
33%
;
min-width
:
200px
;
box-sizing
:
border-box
;
padding
:
1em
;
h2
{
font-size
:
1
.3em
;
...
...
Write
Preview
Supports
Markdown
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