generated from webtech-network/ti1-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from ICEI-PUC-Minas-PPLCC-TI/develop
Adicionando projetos
- Loading branch information
Showing
30 changed files
with
577 additions
and
992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,6 @@ | ||
main article { | ||
background-color: var(--light-grey); | ||
margin: 2em auto; | ||
padding: 1.5em 2.5em; | ||
width: 90%; | ||
border-radius: 1.5vmax; | ||
} | ||
|
||
main article.autor { | ||
border: 2px solid var(--principal-blue); | ||
} | ||
|
||
button#add-post { | ||
float: right; | ||
padding: 1em; | ||
border: none; | ||
border-radius: .5vmax; | ||
margin-top: 1.5em; | ||
background-color: var(--principal-blue); | ||
color: var(--white); | ||
font-weight: bold; | ||
} | ||
|
||
button#add-post:hover { | ||
cursor: pointer; | ||
} | ||
|
||
#posts { | ||
display: inline-block; | ||
} | ||
|
||
#posts a { | ||
color: inherit; | ||
} | ||
|
||
#posts article h3 { | ||
color: var(--principal-blue); | ||
display: inline; | ||
margin: 0 1em 0 0; | ||
vertical-align: middle; | ||
} | ||
|
||
#posts article p.categoria { | ||
display: inline-block; | ||
padding: .3em .6em; | ||
background-color: var(--grey); | ||
color: var(--white); | ||
font-weight: bold; | ||
border-radius: .5vmax; | ||
} | ||
|
||
#posts article .engajamento { | ||
display: inline; | ||
#posts article .reactions { | ||
float: right; | ||
vertical-align: middle; | ||
font-size: 1.2em; | ||
float: right; | ||
} | ||
|
||
#posts article .engajamento span { | ||
margin-right: 1em; | ||
} | ||
|
||
#posts article .engajamento button { | ||
padding: 0; | ||
border: none; | ||
background: none; | ||
font-size: 1em; | ||
} | ||
|
||
#posts article .engajamento button:hover { | ||
cursor: pointer; | ||
} | ||
|
||
#posts article .engajamento .edit { | ||
color: var(--blue); | ||
} | ||
|
||
#posts article .engajamento .delete { | ||
color: var(--red); | ||
} | ||
|
||
#posts article .engajamento button i { | ||
margin-left: .5em; | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.